summaryrefslogtreecommitdiff
path: root/templates/Debian/default
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-06-14 19:47:07 +0200
committervarac <varacanero@zeromail.org>2013-06-14 19:47:07 +0200
commit8a54ee6ff08c7b498e8da8f5e8ca6827c4d0ff58 (patch)
tree724e8d8fbb9970a5f1f420bd36fbd410a45b6bfc /templates/Debian/default
parent65dc795b3f2ec99a08b652c2b59555235dbca48b (diff)
parent1e6fbdf7f1f7e381ef01170eab96727377abe3b6 (diff)
Merge remote-tracking branch 'leap/parameterized_classes'
Conflicts: manifests/init.pp
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') %>