aboutsummaryrefslogtreecommitdiff
path: root/manifests/firewall.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-18 15:10:47 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-18 15:10:47 -0200
commitc08cfbb0d4a5ce55fe528eb47e7a158e63a498b0 (patch)
tree1b37e6440fe7b80e77e2f8d339e4be03b3c98fee /manifests/firewall.pp
parenta6ee4ab9276052059b8557bc95ecf8e43977f83c (diff)
downloadpuppet-nodo-c08cfbb0d4a5ce55fe528eb47e7a158e63a498b0.tar.gz
puppet-nodo-c08cfbb0d4a5ce55fe528eb47e7a158e63a498b0.tar.bz2
Adding shorewall rule for munin on firewall class (2)
Diffstat (limited to 'manifests/firewall.pp')
-rw-r--r--manifests/firewall.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/firewall.pp b/manifests/firewall.pp
index bc55082..4c53772 100644
--- a/manifests/firewall.pp
+++ b/manifests/firewall.pp
@@ -123,7 +123,7 @@ class firewall {
shorewall::rule { "munin":
action => 'ACCEPT',
source => 'net',
- destination => "",
+ destination => '$FW',
proto => 'tcp',
destinationport => "4900",
ratelimit => '-',