summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--puppet/modules/site_mx/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_mx/manifests/init.pp b/puppet/modules/site_mx/manifests/init.pp
index f7f358ce..4b2db215 100644
--- a/puppet/modules/site_mx/manifests/init.pp
+++ b/puppet/modules/site_mx/manifests/init.pp
@@ -1,3 +1,7 @@
class site_mx {
+ tag 'leap_service'
+
include site_postfix::mx
+ include site_shorewall::mx
+ include site_shorewall::service::smtp
}