aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 15:04:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 15:04:10 -0200
commita6ee4ab9276052059b8557bc95ecf8e43977f83c (patch)
tree399928c03838f065f87d7b3832231c4a7b6c97e1
parent70f477b1893ca51c30d9f5a220f8ca86fb849704 (diff)
downloadpuppet-nodo-a6ee4ab9276052059b8557bc95ecf8e43977f83c.tar.gz
puppet-nodo-a6ee4ab9276052059b8557bc95ecf8e43977f83c.tar.bz2
Adding shorewall rule for munin on firewall class
-rw-r--r--manifests/firewall.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/firewall.pp b/manifests/firewall.pp
index 290bb2f..bc55082 100644
--- a/manifests/firewall.pp
+++ b/manifests/firewall.pp
@@ -120,6 +120,16 @@ class firewall {
order => '103',
}
+ shorewall::rule { "munin":
+ action => 'ACCEPT',
+ source => 'net',
+ destination => "",
+ proto => 'tcp',
+ destinationport => "4900",
+ ratelimit => '-',
+ order => "104",
+ }
+
#
# Zones
#