aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
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",
}