]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying to remove uneeded firewall rules for puppetmaster
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Feb 2010 23:23:18 +0000 (21:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Feb 2010 23:23:18 +0000 (21:23 -0200)
manifests/init.pp

index 2586b0208bf2951cfed96c2ded59e588223f0294..8002a77d6842752e26e458f0b43e00142ff16017 100644 (file)
@@ -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 {