From 871b6654ae5088449f8368f3a2a2fa034cf3949e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Aug 2011 13:54:12 -0300 Subject: Fixing firewall::router::gitd source --- manifests/subsystems/firewall.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3