summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-23 13:53:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-02-23 13:53:06 -0300
commit548ca5a0cbdd853ece4b5f17d85f25d440f75494 (patch)
tree8833622055f78cfdd1938de4fec2c68170e39ab6
parent9f537cd64814145a3e9268a13d125a7458883599 (diff)
downloadpuppet-mail-548ca5a0cbdd853ece4b5f17d85f25d440f75494.tar.gz
puppet-mail-548ca5a0cbdd853ece4b5f17d85f25d440f75494.tar.bz2
Config smtp_tls_policy_maps already defined at postfix::tlspolicy
-rw-r--r--manifests/tls.pp1
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' }