summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 13:59:31 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 14:09:58 -0400
commitb53d574250598178af298c59be957693eaaddb22 (patch)
treed0cb21fa124565840fbcc76644bdeb281b0b9747 /templates
parentfb9fcfaa8bb27cb8ceeaa2090ee28c737c540e40 (diff)
remove variable defaults, they are handled by the paramterization of the class
make sure template variables are properly looked up.
Diffstat (limited to 'templates')
-rw-r--r--templates/Debian/default4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/Debian/default b/templates/Debian/default
index ccfefa5..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=<%= startboot %>
+ENABLED=<%= scope.lookupvar('stunnel::startboot') %>
FILES="/etc/stunnel/*.conf"
OPTIONS=""
# Change to one to enable ppp restart scripts
PPP_RESTART=0
-<%= default_extra %>
+<%= scope.lookupvar('stunnel::default_extra') %>