summaryrefslogtreecommitdiff
path: root/puppet/modules/stunnel/templates/Debian/default
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-09 17:34:32 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:05:18 +0200
commitd2c8498b41bebc6a06216515b3cf75564b8fb61a (patch)
tree35a82a51e37c75db2c819d0bda8df832619b143c /puppet/modules/stunnel/templates/Debian/default
parent77450777e17522cc56874e35cceed997378ff3f1 (diff)
git subrepo clone https://leap.se/git/puppet_stunnel puppet/modules/stunnel
subrepo: subdir: "puppet/modules/stunnel" merged: "008777b" upstream: origin: "https://leap.se/git/puppet_stunnel" branch: "master" commit: "008777b" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b"
Diffstat (limited to 'puppet/modules/stunnel/templates/Debian/default')
-rw-r--r--puppet/modules/stunnel/templates/Debian/default13
1 files changed, 13 insertions, 0 deletions
diff --git a/puppet/modules/stunnel/templates/Debian/default b/puppet/modules/stunnel/templates/Debian/default
new file mode 100644
index 00000000..9e2f4d37
--- /dev/null
+++ b/puppet/modules/stunnel/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') %>