From c57525c03649a26d8691faf65295df8ee0a90acb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 21 Jan 2013 20:24:41 -0200 Subject: TLS Policy already include at postfix module --- manifests/tls.pp | 3 --- 1 file changed, 3 deletions(-) (limited to 'manifests/tls.pp') diff --git a/manifests/tls.pp b/manifests/tls.pp index 0f63a56..d4d9246 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -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', -- cgit v1.2.3