aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 => '-',