summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-03 13:18:26 -0400
committerMicah Anderson <micah@riseup.net>2013-04-03 13:18:26 -0400
commit0bec75e40e5aa4458c960242298ab455fcffc88e (patch)
tree9535121f3fe347cda1c03fc57f4e00907201a73e /templates
parent6c27f8faf0caef51af5958ad8aa01b3aef4ea2ed (diff)
switch to parameterized classes, changing the variable names as appropriate to remove the redundant stunnel_ prefix
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 85c4754..ccfefa5 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=<%= startboot %>
FILES="/etc/stunnel/*.conf"
OPTIONS=""
# Change to one to enable ppp restart scripts
PPP_RESTART=0
-<%= stunnel_default_extra %>
+<%= default_extra %>