From edf5be6911a7133682e4bc2a558f28ac670eed0a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 23:03:07 -0200 Subject: Trying to fix munin firewall rule --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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 => '-', -- cgit v1.2.3