aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/firewall.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-07-17 14:10:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-07-17 14:10:58 -0300
commitea6be5b1db4a14b035ade2dc97987821c775bba9 (patch)
tree3b543d67398c8118dca6bb5eeb1be8c1bb51aeb6 /manifests/subsystems/firewall.pp
parent6d43efc5481736aae0e3bdb691ace23b91313d52 (diff)
downloadpuppet-nodo-ea6be5b1db4a14b035ade2dc97987821c775bba9.tar.gz
puppet-nodo-ea6be5b1db4a14b035ade2dc97987821c775bba9.tar.bz2
Minor changes
Diffstat (limited to 'manifests/subsystems/firewall.pp')
-rw-r--r--manifests/subsystems/firewall.pp8
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",
}
}