aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/git.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 23:14:50 +0200
committerMicah Anderson <micah@riseup.net>2009-12-07 11:34:00 -0500
commita7e3dafcca646236950920e9a8038e174e9c950a (patch)
treed652caba5fcfc10d6ce1a9853873d108dc7114d7 /manifests/rules/git.pp
parentf3b1efbc3f39f9d4bf7ac8cda90f13038f9d756f (diff)
downloadpuppet-shorewall-a7e3dafcca646236950920e9a8038e174e9c950a.tar.gz
puppet-shorewall-a7e3dafcca646236950920e9a8038e174e9c950a.tar.bz2
move outgoing git rule to the better place
Diffstat (limited to 'manifests/rules/git.pp')
-rw-r--r--manifests/rules/git.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/rules/git.pp b/manifests/rules/git.pp
deleted file mode 100644
index 67e5b56..0000000
--- a/manifests/rules/git.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-class shorewall::rules::git {
- shorewall::rule{'me-net-git-tcp':
- source => '$FW',
- destination => 'net',
- proto => 'tcp',
- destinationport => '9418',
- order => 240,
- action => 'ACCEPT';
- }
-}