aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-10 21:23:18 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-10 21:23:18 -0200
commit439d95e16e340c8d39e491a507f78c05dd0adfeb (patch)
treef4c9ec37b6ee85d57007942f34a0605fece05f8e /manifests
parenta11303ac4744bbea8c310fd74e0f40033aa593c3 (diff)
downloadpuppet-nodo-439d95e16e340c8d39e491a507f78c05dd0adfeb.tar.gz
puppet-nodo-439d95e16e340c8d39e491a507f78c05dd0adfeb.tar.bz2
Trying to remove uneeded firewall rules for puppetmaster
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp20
1 files changed, 0 insertions, 20 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 2586b02..8002a77 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -283,26 +283,6 @@ class nodo::vserver inherits nodo {
ratelimit => '-',
order => '303',
}
-
- shorewall::rule { 'puppetmaster-3':
- action => 'DNAT',
- source => '$FW',
- destination => "fw:192.168.0.$context:8140",
- proto => 'tcp',
- destinationport => '8140',
- ratelimit => '-',
- order => '304',
- }
-
- shorewall::rule { 'puppetmaster-4':
- action => 'DNAT',
- source => '$FW',
- destination => "fw:192.168.0.$context:8140",
- proto => 'udp',
- destinationport => '8140',
- ratelimit => '-',
- order => '305',
- }
}
if $gitd {