summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 22:22:52 +0200
committermh <mh@immerda.ch>2009-09-28 22:22:52 +0200
commit91d4cf6ea7db0baf670b9fb6d74796742dfa6a0a (patch)
tree9b72d6f546d3fa59ef7542877ba0f7aad3216ed5 /manifests/init.pp
parentc1482c600b33f8e01118e1b097fb9b4c36884e21 (diff)
include shorewall rules if needed
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 74587db..c6b24a8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,5 +30,8 @@ class apache {
if $use_munin {
include apache::status
}
+ if $use_shorewall {
+ include shorewall::rules::http
+ }
}