summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-08-24 20:29:56 +0200
committermh <mh@immerda.ch>2017-08-24 20:29:56 +0200
commitfb533f32279e4479431a37b4245a6e2f1d17e32b (patch)
treeb6c5276cc64371af0e73f066e75d47a1182e550d
parent48fad255975ccbe9b58bb1e17882a4357f8721ab (diff)
delete the old way
-rw-r--r--manifests/init.pp7
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 }