Exclude test

This commit is contained in:
Tim Smith 2015-09-24 15:10:10 -07:00
parent 770e65103f
commit 122762ee3c
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@ AllCops:
Exclude:
- vendor/**/*
- Guardfile
- test/**/*
AlignParameters:
Enabled: false

View File

@ -1,6 +1,4 @@
default['postfix']['main']['smtp_sasl_auth_enable'] = 'yes'
default['postfix']['main']['relayhost'] = 'please'
default['postfix']['sasl']['smtp_sasl_user_name'] = 'keep'
default['postfix']['sasl']['smtp_sasl_passwd'] = 'us'