From 6e2a713fb4ffb060e614c3de9c7c33f403214d7f Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Wed, 16 Sep 2009 19:13:15 +0200 Subject: add a lot of default rules --- manifests/rules/git.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/rules/git.pp (limited to 'manifests/rules/git.pp') diff --git a/manifests/rules/git.pp b/manifests/rules/git.pp new file mode 100644 index 0000000..67e5b56 --- /dev/null +++ b/manifests/rules/git.pp @@ -0,0 +1,10 @@ +class shorewall::rules::git { + shorewall::rule{'me-net-git-tcp': + source => '$FW', + destination => 'net', + proto => 'tcp', + destinationport => '9418', + order => 240, + action => 'ACCEPT'; + } +} -- cgit v1.2.3