summaryrefslogtreecommitdiff
path: root/templates/Debian/default
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-08 13:17:55 -0300
committermh <mh@immerda.ch>2012-06-08 13:17:55 -0300
commited5c568a231420ac3b0d4e57c6876d23ee560d0f (patch)
treeca4fdee1aed7a473eb0c36cefd87b50709aac268 /templates/Debian/default
parent03b51fcb718734f4b2ea76c038ffbe9b2b348b1a (diff)
refactor things for >2.7
Diffstat (limited to 'templates/Debian/default')
-rw-r--r--templates/Debian/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Debian/default b/templates/Debian/default
index 85c4754..9e2f4d3 100644
--- a/templates/Debian/default
+++ b/templates/Debian/default
@@ -3,11 +3,11 @@
# September 2003
# Change to one to enable stunnel automatic startup
-ENABLED=<%= stunnel_startboot %>
+ENABLED=<%= scope.lookupvar('stunnel::startboot') %>
FILES="/etc/stunnel/*.conf"
OPTIONS=""
# Change to one to enable ppp restart scripts
PPP_RESTART=0
-<%= stunnel_default_extra %>
+<%= scope.lookupvar('stunnel::default_extra') %>