diff options
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/firewall.pp | 40 |
1 files changed, 0 insertions, 40 deletions
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", - } } |