diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 13:53:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-23 13:53:06 -0300 |
commit | 548ca5a0cbdd853ece4b5f17d85f25d440f75494 (patch) | |
tree | 8833622055f78cfdd1938de4fec2c68170e39ab6 /manifests | |
parent | 9f537cd64814145a3e9268a13d125a7458883599 (diff) | |
download | puppet-mail-548ca5a0cbdd853ece4b5f17d85f25d440f75494.tar.gz puppet-mail-548ca5a0cbdd853ece4b5f17d85f25d440f75494.tar.bz2 |
Config smtp_tls_policy_maps already defined at postfix::tlspolicy
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp index 5b03570..853bf8a 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -4,7 +4,6 @@ class mail::tls { postfix::config { "smtpd_tls_key_file": value => '/etc/ssl/private/cert.pem' } postfix::config { "smtpd_tls_security_level": value => 'may' } postfix::config { "smtp_tls_security_level": value => 'may' } - postfix::config { "smtp_tls_policy_maps": value => 'hash:/etc/postfix/tls_policy' } postfix::config { "smtpd_tls_CApath": value => '/etc/ssl/certs' } postfix::config { "smtp_tls_CApath": value => '/etc/ssl/certs' } |