From 70f477b1893ca51c30d9f5a220f8ca86fb849704 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 14:54:24 -0200 Subject: Changing munin configuration (2) --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 6e7b7fb..11667ff 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -274,9 +274,9 @@ class nodo::vserver inherits nodo { shorewall::rule { "munin-$context": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:59$id", + destination => "vm:192.168.0.$context:49$id", proto => 'tcp', - destinationport => "59$id", + destinationport => "49$id", ratelimit => '-', order => "4$id", } -- cgit v1.2.3