diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 23:30:17 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 23:30:17 +0200 |
commit | a11a41c94a8ebfa217f27141268e472858a91feb (patch) | |
tree | 22d4c49a89dc85f4e1d63f725f7cc8d13eb98c7c /puppet/modules | |
parent | 0bf3dc82f81c8147b2e4e5e32b3515d6ba373aee (diff) |
shorewall: allow git access for
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 3edd1bcc..0806a862 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -65,7 +65,7 @@ class site_shorewall::eip { destination => 'all', action => 'DNS(ACCEPT)', order => 200; - 'fw2all-DNS': + 'fw2all-git': source => '$FW', destination => 'all', action => 'Git(ACCEPT)', |