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 e4e3da7..6ad8504 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -32,4 +32,7 @@ class puppet {
default: { include puppet::base }
}
+ if $use_shorewall {
+ include shorewall::rules::out::puppet
+ }
}