From: Silvio Rhatto Date: Fri, 19 Feb 2010 01:03:07 +0000 (-0200) Subject: Trying to fix munin firewall rule X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=edf5be6911a7133682e4bc2a558f28ac670eed0a;p=puppet-nodo.git Trying to fix munin firewall rule --- diff --git a/manifests/init.pp b/manifests/init.pp index 47a4068..50b0502 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -274,7 +274,7 @@ class nodo::vserver inherits nodo { shorewall::rule { "munin-$context": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:49$id", + destination => "fw:192.168.0.$context:49$id", proto => 'tcp', destinationport => "49$id", ratelimit => '-',