summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 87ec421..c294ad1 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -25,4 +25,8 @@ class git::daemon {
hasstatus => true,
require => [ File['/etc/sysconfig/git-daemon'], File['/etc/init.d/git-daemon'] ],
}
+
+ if $use_shorewall {
+ include shorewall::rules::gitdaemon
+ }
}