diff options
-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 } |