summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index aa32b42..812830c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,5 +12,9 @@
#
class git {
- include git::base
+ include git::base
+
+ if $use_shorewall {
+ include shorewall::rules::out::git
+ }
}