Cookstyle hotfix should fix builds

This commit is contained in:
Seth Thomas 2016-12-22 22:08:08 -05:00
parent 93f05ee88f
commit d9c3923f4a

View File

@ -52,7 +52,7 @@ template node['postfix']['sasl_password_file'] do
source 'sasl_passwd.erb'
owner 'root'
group node['root_group']
mode "400"
mode '400'
notifies :run, 'execute[postmap-sasl_passwd]', :immediately
notifies :restart, 'service[postfix]'
variables(settings: node['postfix']['sasl'])