diff options
-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 => '-', |