diff options
Diffstat (limited to 'templates/Debian')
-rw-r--r-- | templates/Debian/default | 4 |
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') %> |