]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Cleanup on firewall::printer
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Jul 2010 17:42:37 +0000 (14:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Jul 2010 17:42:37 +0000 (14:42 -0300)
manifests/subsystems/firewall.pp

index f7492053055029f89aefd34029c96e8d621b492b..eaf5ef7a12865c6e7bc5b5189b0689d7648bb7a3 100644 (file)
@@ -302,44 +302,4 @@ class firewall::printer {
     ratelimit       => '-',
     order           => "201",
   }
-
-  shorewall::rule { "hplip-tcp":
-    action          => 'ACCEPT',
-    source          => 'net',
-    destination     => '$FW',
-    proto           => 'tcp',
-    destinationport => "9100",
-    ratelimit       => '-',
-    order           => "202",
-  }
-
-  shorewall::rule { "hplip-udp":
-    action          => 'ACCEPT',
-    source          => 'net',
-    destination     => '$FW',
-    proto           => 'udp',
-    destinationport => "9100",
-    ratelimit       => '-',
-    order           => "203",
-  }
-
-  shorewall::rule { "snmp-tcp":
-    action          => 'ACCEPT',
-    source          => 'net',
-    destination     => '$FW',
-    proto           => 'tcp',
-    destinationport => "161",
-    ratelimit       => '-',
-    order           => "204",
-  }
-
-  shorewall::rule { "snmp-udp":
-    action          => 'ACCEPT',
-    source          => 'net',
-    destination     => '$FW',
-    proto           => 'udp',
-    destinationport => "161",
-    ratelimit       => '-',
-    order           => "205",
-  }
 }