summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-07-09 17:26:06 +0200
committervarac <varacanero@zeromail.org>2013-07-09 17:26:06 +0200
commit0f95eccb08b80c02db99d57da413025813766d5e (patch)
tree635309161ec6700e5c598d5b4ed3e836803fcc49 /puppet/manifests
parent9fae22550eb599baac912e88343a81d2517bba93 (diff)
re-add mx service
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 327b6a67..a340ce66 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -36,3 +36,7 @@ if $services =~ /\bmonitor\b/ {
if $services =~ /\btor\b/ {
include site_tor
}
+
+if $services =~ /\bmx\b/ {
+ include site_mx
+}