From a7e3dafcca646236950920e9a8038e174e9c950a Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 28 Sep 2009 23:14:50 +0200 Subject: move outgoing git rule to the better place --- manifests/rules/git.pp | 10 ---------- manifests/rules/out/git.pp | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 manifests/rules/git.pp create mode 100644 manifests/rules/out/git.pp 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'; - } -} diff --git a/manifests/rules/out/git.pp b/manifests/rules/out/git.pp new file mode 100644 index 0000000..cb88da8 --- /dev/null +++ b/manifests/rules/out/git.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::git { + shorewall::rule{'me-net-git-tcp': + source => '$FW', + destination => 'net', + proto => 'tcp', + destinationport => '9418', + order => 240, + action => 'ACCEPT'; + } +} -- cgit v1.2.3