From d9c3923f4a4ddf21e9fab77b844b68ec6cd7f737 Mon Sep 17 00:00:00 2001 From: Seth Thomas Date: Thu, 22 Dec 2016 22:08:08 -0500 Subject: [PATCH] Cookstyle hotfix should fix builds --- recipes/sasl_auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/sasl_auth.rb b/recipes/sasl_auth.rb index 21a5e2a..d8079ca 100644 --- a/recipes/sasl_auth.rb +++ b/recipes/sasl_auth.rb @@ -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'])