summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-17 12:58:22 -0500
committerMicah Anderson <micah@leap.se>2013-12-17 13:06:14 -0500
commit86a2d30985cb118fdb158cc605237ae9445b6123 (patch)
treeaf34abb59259ecbaae764fc8cdcb442d17f442b8 /puppet/modules/site_postfix/manifests/mx.pp
parent51f17512d031e937ebbb8f6568c7cffc287b65d3 (diff)
add a smtp_tls class and include that on both mx servers and satellites
Change-Id: I779ea60e6d726d042203fa0756d73b4af079d728
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp
index 59d3030d..441252f2 100644
--- a/puppet/modules/site_postfix/manifests/mx.pp
+++ b/puppet/modules/site_postfix/manifests/mx.pp
@@ -32,7 +32,8 @@ class site_postfix::mx {
include site_postfix::mx::smtpd_checks
include site_postfix::mx::checks
- include site_postfix::mx::tls
+ include site_postfix::mx::smtp_tls
+ include site_postfix::mx::smtpd_tls
include site_postfix::mx::reserved_aliases
# greater verbosity for debugging, take out for production