]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
TLS Policy already include at postfix module
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 22:24:41 +0000 (20:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 22:24:41 +0000 (20:24 -0200)
manifests/system.pp
manifests/tls.pp

index a9568a1ca6175ed32ab76d9a68f396b276584174..b81032546361ec3b4244eadf998a2ccfa0d3566c 100644 (file)
@@ -14,6 +14,7 @@ class mail::system {
   $postfix_mydestination           = '$myhostname, localhost.$mydomain, localhost'
   $postfix_default_relay_domains   = '$mydestination'
   $postfix_mynetworks              = hiera('postfix_mynetworks', "127.0.0.0/8")
+  $postfix_manage_tls_policy       = hiera('postfix_manage_tls_policy', 'no')
 
   case $sympa_subdomain {
     '': { $sympa_subdomain = "lists" }
index 0f63a566f5804dba80e9cafb203cc9b475528a30..d4d9246d1e1662280c303843e01e040f2a84cde0 100644 (file)
@@ -7,9 +7,6 @@ class mail::tls {
   postfix::config { "smtpd_tls_security_level": value => 'may' }
   postfix::config { "smtp_tls_security_level":  value => 'may' }
 
-  # TLS Policy
-  include postfix::tlspolicy
-
   # SSL certificate
   ssl::cert { "cert":
     group    => 'postfix',