summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-07 15:24:29 +0100
committerMicah Anderson <micah@leap.se>2013-07-25 13:45:10 -0400
commit56773db9cd0adab580e05e041b674a709a81a1db (patch)
tree78c40917721fb972b8ced3facff00f998e5ea195 /puppet/manifests
parenta1d8ec10bd7d7ac4a146222010cf5a6862e45869 (diff)
include site_mx
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 08cbbb9e..2ceca4f1 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -37,3 +37,8 @@ if $services =~ /\bmonitor\b/ {
if $services =~ /\btor\b/ {
include site_tor
}
+
+if 'webapp' in $services {
+ include site_webapp
+}
+