diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-17 14:10:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-17 14:10:58 -0300 |
commit | ea6be5b1db4a14b035ade2dc97987821c775bba9 (patch) | |
tree | 3b543d67398c8118dca6bb5eeb1be8c1bb51aeb6 /manifests/subsystems | |
parent | 6d43efc5481736aae0e3bdb691ace23b91313d52 (diff) | |
download | puppet-nodo-ea6be5b1db4a14b035ade2dc97987821c775bba9.tar.gz puppet-nodo-ea6be5b1db4a14b035ade2dc97987821c775bba9.tar.bz2 |
Minor changes
Diffstat (limited to 'manifests/subsystems')
-rw-r--r-- | manifests/subsystems/firewall.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/subsystems/firewall.pp b/manifests/subsystems/firewall.pp index 6c0b9b7..f749205 100644 --- a/manifests/subsystems/firewall.pp +++ b/manifests/subsystems/firewall.pp @@ -310,7 +310,7 @@ class firewall::printer { proto => 'tcp', destinationport => "9100", ratelimit => '-', - order => "200", + order => "202", } shorewall::rule { "hplip-udp": @@ -320,7 +320,7 @@ class firewall::printer { proto => 'udp', destinationport => "9100", ratelimit => '-', - order => "201", + order => "203", } shorewall::rule { "snmp-tcp": @@ -330,7 +330,7 @@ class firewall::printer { proto => 'tcp', destinationport => "161", ratelimit => '-', - order => "200", + order => "204", } shorewall::rule { "snmp-udp": @@ -340,6 +340,6 @@ class firewall::printer { proto => 'udp', destinationport => "161", ratelimit => '-', - order => "201", + order => "205", } } |