diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:35 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:35 -0400 |
commit | 027eb22ae7ce1fc06f32b7c8920abaf7ff7251a9 (patch) | |
tree | 97e0916feed9ecc764ef45f3578fee89ff0b0f5b /templates/Debian/default |
Squashed 'puppet/modules/stunnel/' content from commit 79e874c
git-subtree-dir: puppet/modules/stunnel
git-subtree-split: 79e874c1a86ad5c48c4e726a5d4c68bd879ce454
Diffstat (limited to 'templates/Debian/default')
-rw-r--r-- | templates/Debian/default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/Debian/default b/templates/Debian/default new file mode 100644 index 00000000..9e2f4d37 --- /dev/null +++ b/templates/Debian/default @@ -0,0 +1,13 @@ +# /etc/default/stunnel +# Julien LEMOINE <speedblue@debian.org> +# September 2003 + +# Change to one to enable stunnel automatic startup +ENABLED=<%= scope.lookupvar('stunnel::startboot') %> +FILES="/etc/stunnel/*.conf" +OPTIONS="" + +# Change to one to enable ppp restart scripts +PPP_RESTART=0 + +<%= scope.lookupvar('stunnel::default_extra') %> |