From c08cfbb0d4a5ce55fe528eb47e7a158e63a498b0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 15:10:47 -0200 Subject: Adding shorewall rule for munin on firewall class (2) --- manifests/firewall.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/firewall.pp') 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 => '-', -- cgit v1.2.3