diff options
-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', |