diff options
author | Micah Anderson <micah@riseup.net> | 2012-08-03 15:08:43 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-08-03 15:08:43 -0400 |
commit | d7ec8bf77c55f573138d41d5e24e1fb80e073b25 (patch) | |
tree | 16ddd3c22d829d233196e77e9cfa2fe6fb77d3bc | |
parent | 1591ee0c75565a0109ce4615f78e2bef444e1491 (diff) | |
download | puppet-tor-d7ec8bf77c55f573138d41d5e24e1fb80e073b25.tar.gz puppet-tor-d7ec8bf77c55f573138d41d5e24e1fb80e073b25.tar.bz2 |
fix template syntax error
-rw-r--r-- | templates/torrc.control.erb | 2 |
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 -%> |