From ea6be5b1db4a14b035ade2dc97987821c775bba9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 17 Jul 2010 14:10:58 -0300 Subject: Minor changes --- manifests/subsystems/firewall.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/subsystems/firewall.pp') 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", } } -- cgit v1.2.3