aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5b7dea1..8301bba 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -270,7 +270,7 @@ class nodo::vserver inherits nodo {
order => "3$id",
}
- shorewall::rule { "munin-$context":
+ shorewall::rule { "munin-$context-1":
action => 'DNAT',
source => 'net',
destination => "fw:192.168.0.$context:49$id",
@@ -280,7 +280,7 @@ class nodo::vserver inherits nodo {
order => "4$id",
}
- shorewall::rule { "munin-$context":
+ shorewall::rule { "munin-$context-2":
action => 'DNAT',
source => '$FW',
destination => "fw:192.168.0.$context:49$id",