diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-11 13:54:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-11 13:54:12 -0300 |
commit | 871b6654ae5088449f8368f3a2a2fa034cf3949e (patch) | |
tree | cfda037f908444c64b745557a7a542604d963838 /manifests | |
parent | af910e7d595a45226f8b63cca410c7388522c4d2 (diff) | |
download | puppet-nodo-871b6654ae5088449f8368f3a2a2fa034cf3949e.tar.gz puppet-nodo-871b6654ae5088449f8368f3a2a2fa034cf3949e.tar.bz2 |
Fixing firewall::router::gitd source
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/firewall.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index feae18d..6da94f5 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -448,7 +448,7 @@ class firewall::router::puppetmaster($destination, $puppetmaster_port = '8140', class firewall::router::gitd($destination, $zone = 'vm') { shorewall::rule { 'git-daemon': action => 'DNAT', - source => 'net', + source => 'all', destination => "$zone:$destination:9418", proto => 'tcp', destinationport => '9418', |