]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
fix template syntax error
authorMicah Anderson <micah@riseup.net>
Fri, 3 Aug 2012 19:08:43 +0000 (15:08 -0400)
committerMicah Anderson <micah@riseup.net>
Fri, 3 Aug 2012 19:08:43 +0000 (15:08 -0400)
templates/torrc.control.erb

index 7e10d4dfaba6ce76d47c68bba9f1533e4ae8e03e..336c72d5844d2eac5cc6e367298854d3bf9af300 100644 (file)
@@ -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 -%>