diff options
author | mh <mh@immerda.ch> | 2017-04-25 14:28:18 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2017-04-25 14:28:18 +0200 |
commit | 0c9ec55f15475e5f4dd464aa5bb3e5e4c2c2f794 (patch) | |
tree | 82dbb005a2d6248418ce804d8d9f64e711258cec /manifests | |
parent | 31a4479652a881ed0a6b5eee7454f317b4f6bd80 (diff) |
suffix it with _IP6, so we can have duplicate definitions with IPv4 shorewall
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/params6.pp | 2 |
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, |