[COOK-4322]: Fix the default path for the sasl_passwd file

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Mick Brooks
2014-02-19 01:06:56 -05:00
committed by Sean OMeara
parent 761fe139e0
commit 14fc7d7919
3 changed files with 8 additions and 3 deletions

View File

@@ -79,7 +79,8 @@ if node['postfix']['main']['smtp_use_tls'] == 'yes'
end
if node['postfix']['main']['smtp_sasl_auth_enable'] == 'yes'
default['postfix']['main']['smtp_sasl_password_maps'] = "hash:#{node['postfix']['conf_dir']}/postfix/sasl_passwd"
default['postfix']['sasl_password_file'] = "#{node['postfix']['conf_dir']}/sasl_passwd"
default['postfix']['main']['smtp_sasl_password_maps'] = "hash:#{node['postfix']['sasl_password_file']}"
default['postfix']['main']['smtp_sasl_security_options'] = 'noanonymous'
default['postfix']['sasl']['smtp_sasl_user_name'] = ''
default['postfix']['sasl']['smtp_sasl_passwd'] = ''