From 2738ecb53792b9fbd5c490a434d04eb766ca9cfc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 17 Jul 2010 14:42:37 -0300 Subject: Cleanup on firewall::printer --- manifests/subsystems/firewall.pp | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'manifests/subsystems/firewall.pp') 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", - } } -- cgit v1.2.3