make password file resource sensitive

This commit is contained in:
Nathan L Smith
2015-05-03 23:10:24 -05:00
parent aa1f845864
commit 689345ac5c
2 changed files with 18 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ execute 'postmap-sasl_passwd' do
end
template node['postfix']['sasl_password_file'] do
sensitive true
source 'sasl_passwd.erb'
owner 'root'
group node['root_group']