aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-07-17 14:42:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-07-17 14:42:37 -0300
commit2738ecb53792b9fbd5c490a434d04eb766ca9cfc (patch)
tree30911fb828cb4eb9117bacf23c64b16c0e8e22f5 /manifests/subsystems/firewall.pp
parentea6be5b1db4a14b035ade2dc97987821c775bba9 (diff)
downloadpuppet-nodo-2738ecb53792b9fbd5c490a434d04eb766ca9cfc.tar.gz
puppet-nodo-2738ecb53792b9fbd5c490a434d04eb766ca9cfc.tar.bz2
Cleanup on firewall::printer
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r--manifests/subsystems/firewall.pp40
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",
- }
}