From: Micah Anderson Date: Fri, 3 Aug 2012 19:08:43 +0000 (-0400) Subject: fix template syntax error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d7ec8bf77c55f573138d41d5e24e1fb80e073b25;p=puppet-tor.git fix template syntax error --- diff --git a/templates/torrc.control.erb b/templates/torrc.control.erb index 7e10d4d..336c72d 100644 --- a/templates/torrc.control.erb +++ b/templates/torrc.control.erb @@ -9,7 +9,7 @@ CookieAuthFile <%= cookie_auth_file %> <%- if cookie_auth_file_group_readable != '' then -%> CookieAuthFileGroupReadable <%= cookie_auth_file_group_readable %> <%- end -%> -<%- else %-> +<%- else -%> HashedControlPassword <%= hashed_control_password %> <%- end -%> <%- end -%>