Merge branch 'master' into master

This commit is contained in:
Jason Field
2020-11-23 18:24:20 +00:00
committed by GitHub
39 changed files with 480 additions and 274 deletions

View File

@@ -109,6 +109,9 @@ when 'rhel'
default['postfix']['cafile'] = '/etc/pki/tls/cert.pem'
when 'amazon'
default['postfix']['cafile'] = '/etc/pki/tls/cert.pem'
when 'suse'
default['postfix']['main']['setgid_group'] = 'maildrop'
default['postfix']['main']['daemon_directory'] = '/usr/lib/postfix/bin'
else
default['postfix']['cafile'] = "#{node['postfix']['conf_dir']}/cacert.pem"
end