summaryrefslogtreecommitdiff
path: root/manifests/rules/gitdaemon
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-09 15:16:26 +0100
committermh <mh@immerda.ch>2010-01-09 15:16:26 +0100
commitee6a7077a1092c6939dec65194edccb6bcd2ac93 (patch)
tree42d6adf3c4b3c8388e19433a90e66132c9102a91 /manifests/rules/gitdaemon
parent55975d2828e16c4eeb5445ffe94106c85a4a1e44 (diff)
absent rule for gitdaemon
Diffstat (limited to 'manifests/rules/gitdaemon')
-rw-r--r--manifests/rules/gitdaemon/absent.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/rules/gitdaemon/absent.pp b/manifests/rules/gitdaemon/absent.pp
new file mode 100644
index 0000000..529b1ae
--- /dev/null
+++ b/manifests/rules/gitdaemon/absent.pp
@@ -0,0 +1,5 @@
+class shorewall::rules::gitdaemon::absent inherit shorewall::rules::gitdaemon {
+ Shorewall::Rule['net-me-tcp_gitdaemon']{
+ ensure => absent,
+ }
+}