From 0c9ec55f15475e5f4dd464aa5bb3e5e4c2c2f794 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 25 Apr 2017 14:28:18 +0200 Subject: suffix it with _IP6, so we can have duplicate definitions with IPv4 shorewall --- manifests/params6.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3