summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 20:24:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 20:24:41 -0200
commitc57525c03649a26d8691faf65295df8ee0a90acb (patch)
tree0f20e9f50c08f36059bff56599ca632ee53937c5 /manifests/tls.pp
parent5881e524282d57e8731a5846d755ce32a6e3406f (diff)
downloadpuppet-mail-c57525c03649a26d8691faf65295df8ee0a90acb.tar.gz
puppet-mail-c57525c03649a26d8691faf65295df8ee0a90acb.tar.bz2
TLS Policy already include at postfix module
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r--manifests/tls.pp3
1 files changed, 0 insertions, 3 deletions
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',