From: Silvio Rhatto Date: Wed, 23 Feb 2011 15:31:38 +0000 (-0300) Subject: Using postfix::tlspolicy X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9f537cd64814145a3e9268a13d125a7458883599;p=puppet-mail.git Using postfix::tlspolicy --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 6236830..5b03570 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -8,11 +8,10 @@ class mail::tls { postfix::config { "smtpd_tls_CApath": value => '/etc/ssl/certs' } postfix::config { "smtp_tls_CApath": value => '/etc/ssl/certs' } - postfix::hash { "/etc/postfix/tls_policy": - ensure => present, - source => "puppet://$server/files/postfix/tls_policy", - } + # TLS Policy + include postfix::tlspolicy + # Check SSL certificate ssl::check { "$domain": port => '25', }