From: Silvio Rhatto Date: Sat, 17 Jul 2010 17:42:37 +0000 (-0300) Subject: Cleanup on firewall::printer X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2738ecb53792b9fbd5c490a434d04eb766ca9cfc;p=puppet-nodo.git Cleanup on firewall::printer --- diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index f749205..eaf5ef7 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -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", - } }