aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-03 15:08:43 -0400
committerMicah Anderson <micah@riseup.net>2012-08-03 15:08:43 -0400
commitd7ec8bf77c55f573138d41d5e24e1fb80e073b25 (patch)
tree16ddd3c22d829d233196e77e9cfa2fe6fb77d3bc /templates
parent1591ee0c75565a0109ce4615f78e2bef444e1491 (diff)
downloadpuppet-tor-d7ec8bf77c55f573138d41d5e24e1fb80e073b25.tar.gz
puppet-tor-d7ec8bf77c55f573138d41d5e24e1fb80e073b25.tar.bz2
fix template syntax error
Diffstat (limited to 'templates')
-rw-r--r--templates/torrc.control.erb2
1 files changed, 1 insertions, 1 deletions
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 -%>