summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index a480a2c..eb4d57a 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -9,20 +9,6 @@ class stunnel::debian inherits stunnel::linux {
pattern => '/usr/bin/stunnel4',
}
- # make the /etc/default/stunnel ENABLED configurable with a variable
- # and default to on
- case $stunnel_startboot {
- '': { $stunnel_startboot = '1' }
- default: { $stunnel_startboot = '1' }
- }
-
- # make the /etc/default/stunnel extra configurable with a variable
- # and default to adding nothing to the default file
- case $stunnel_default_extra {
- '': { $stunnel_default_extra = '' }
- default: { $stunnel_default_extra = '' }
- }
-
file { '/etc/default/stunnel4':
content => template('stunnel/Debian/default'),
require => Package['stunnel4'],