summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-04-25 14:28:18 +0200
committermh <mh@immerda.ch>2017-04-25 14:28:18 +0200
commit0c9ec55f15475e5f4dd464aa5bb3e5e4c2c2f794 (patch)
tree82dbb005a2d6248418ce804d8d9f64e711258cec
parent31a4479652a881ed0a6b5eee7454f317b4f6bd80 (diff)
suffix it with _IP6, so we can have duplicate definitions with IPv4 shorewall
-rw-r--r--manifests/params6.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params6.pp b/manifests/params6.pp
index 58c1f86..2fd117c 100644
--- a/manifests/params6.pp
+++ b/manifests/params6.pp
@@ -6,7 +6,7 @@ define shorewall::params6(
$order ='100',
){
shorewall::params{
- $name:
+ "${name}_IP6":
key => $key,
value => $value,
order => $order,