From ce6a688e30db5e1833a14cadb7d4709a15964b08 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 2 Oct 2009 18:02:20 -0400 Subject: fix the client variable configuration in the template also fix the service depending on the unnecessary stunnel.conf --- templates/client.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/client.conf.erb') diff --git a/templates/client.conf.erb b/templates/client.conf.erb index 4f4ce61..579d537 100644 --- a/templates/client.conf.erb +++ b/templates/client.conf.erb @@ -43,5 +43,5 @@ end -%> <%- end end -%> -<%= 'client = ' + client ? 'yes' : 'no' %> +client = <%= client ? 'yes' : 'no' %> -- cgit v1.2.3