Rubocop fixes

This commit is contained in:
Tim Smith
2015-09-24 15:07:56 -07:00
parent 1f7c62f8dc
commit 770e65103f
8 changed files with 33 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
# limitations under the License.
# Generic cookbook attributes
default['postfix']['mail_type'] = 'client'
default['postfix']['mail_type'] = 'client'
default['postfix']['relayhost_role'] = 'relayhost'
default['postfix']['multi_environment_relay'] = false
default['postfix']['use_procmail'] = false
@@ -145,4 +145,3 @@ end
if node['postfix']['use_relay_restirictions_maps']
default['postfix']['main']['smtpd_relay_restrictions'] = "hash:#{node['postfix']['relay_restrictions_db']}, reject"
end