diff options
author | mh <mh@immerda.ch> | 2009-09-28 23:14:50 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:34:00 -0500 |
commit | a7e3dafcca646236950920e9a8038e174e9c950a (patch) | |
tree | d652caba5fcfc10d6ce1a9853873d108dc7114d7 | |
parent | f3b1efbc3f39f9d4bf7ac8cda90f13038f9d756f (diff) | |
download | puppet-shorewall-a7e3dafcca646236950920e9a8038e174e9c950a.tar.gz puppet-shorewall-a7e3dafcca646236950920e9a8038e174e9c950a.tar.bz2 |
move outgoing git rule to the better place
-rw-r--r-- | manifests/rules/out/git.pp (renamed from manifests/rules/git.pp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/git.pp b/manifests/rules/out/git.pp index 67e5b56..cb88da8 100644 --- a/manifests/rules/git.pp +++ b/manifests/rules/out/git.pp @@ -1,4 +1,4 @@ -class shorewall::rules::git { +class shorewall::rules::out::git { shorewall::rule{'me-net-git-tcp': source => '$FW', destination => 'net', |