From: Silvio Rhatto Date: Thu, 18 Feb 2010 17:10:47 +0000 (-0200) Subject: Adding shorewall rule for munin on firewall class (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c08cfbb0d4a5ce55fe528eb47e7a158e63a498b0;p=puppet-nodo.git Adding shorewall rule for munin on firewall class (2) --- 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 => '-',