diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 15:10:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 15:10:47 -0200 |
commit | c08cfbb0d4a5ce55fe528eb47e7a158e63a498b0 (patch) | |
tree | 1b37e6440fe7b80e77e2f8d339e4be03b3c98fee /manifests/firewall.pp | |
parent | a6ee4ab9276052059b8557bc95ecf8e43977f83c (diff) | |
download | puppet-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.pp | 2 |
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 => '-', |