summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-04-25 14:54:00 +0200
committermh <mh@immerda.ch>2017-04-25 14:54:00 +0200
commite2f07459474470aeea73e6160ecf2652bc9ae6bf (patch)
tree4e2ffe6dee1efac98130da85b836720a49fcf434
parent0c9ec55f15475e5f4dd464aa5bb3e5e4c2c2f794 (diff)
suffix it with _IP6, so we can have duplicate definitions with IPv4 shorewall
-rw-r--r--manifests/rule6.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rule6.pp b/manifests/rule6.pp
index eb6b741..77a945f 100644
--- a/manifests/rule6.pp
+++ b/manifests/rule6.pp
@@ -19,7 +19,7 @@ define shorewall::rule6(
$ensure = 'present',
){
shorewall::rule{
- $name:
+ "${name}_IP6":
ensure => $ensure,
action => $action,
source => $source,