summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-17 18:35:37 +0200
committerMicah Anderson <micah@leap.se>2013-07-25 13:45:10 -0400
commit930885ac2be95698584e094fa23713a946d81dac (patch)
tree88218291bf8d8758099ba3fb3b4885f930991a7b /puppet/modules/site_mx/manifests/init.pp
parent4db33aa76139e26678d1b989873532bc50937917 (diff)
added site_mx::haproxy
Diffstat (limited to 'puppet/modules/site_mx/manifests/init.pp')
-rw-r--r--puppet/modules/site_mx/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_mx/manifests/init.pp b/puppet/modules/site_mx/manifests/init.pp
index 4b2db215..8c8b8d7e 100644
--- a/puppet/modules/site_mx/manifests/init.pp
+++ b/puppet/modules/site_mx/manifests/init.pp
@@ -2,6 +2,7 @@ class site_mx {
tag 'leap_service'
include site_postfix::mx
+ include site_mx::haproxy
include site_shorewall::mx
include site_shorewall::service::smtp
}