]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Config smtp_tls_policy_maps already defined at postfix::tlspolicy
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 16:53:06 +0000 (13:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 23 Feb 2011 16:53:06 +0000 (13:53 -0300)
manifests/tls.pp

index 5b035706efffe6e6e88aee7e99dffbc026d3a874..853bf8afc39240b33b8473394f47b58ad0d3c586 100644 (file)
@@ -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' }