summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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
+ }
}