aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-11 13:54:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-11 13:54:12 -0300
commit871b6654ae5088449f8368f3a2a2fa034cf3949e (patch)
treecfda037f908444c64b745557a7a542604d963838 /manifests
parentaf910e7d595a45226f8b63cca410c7388522c4d2 (diff)
downloadpuppet-nodo-871b6654ae5088449f8368f3a2a2fa034cf3949e.tar.gz
puppet-nodo-871b6654ae5088449f8368f3a2a2fa034cf3949e.tar.bz2
Fixing firewall::router::gitd source
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/firewall.pp2
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',