diff options
author | mh <mh@immerda.ch> | 2017-08-24 20:29:56 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2017-08-24 20:29:56 +0200 |
commit | fb533f32279e4479431a37b4245a6e2f1d17e32b (patch) | |
tree | b6c5276cc64371af0e73f066e75d47a1182e550d | |
parent | 48fad255975ccbe9b58bb1e17882a4357f8721ab (diff) |
delete the old way
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7f9676d..cf7d5b8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -78,13 +78,6 @@ class shorewall( } else { $with_shorewall6 = str2bool($shorewall6) } - $with_shorewall6 = $shorewall6 ? { - 'auto' => $ipaddress6 ? { - undef => false, - default => true, - }, - default => str2bool($shorewall6), - } case $::operatingsystem { 'Gentoo': { include ::shorewall::gentoo } |