diff options
author | drebs <drebs@riseup.net> | 2012-01-11 19:18:04 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-11 19:18:04 -0200 |
commit | 508c9cf3445429f4c9536b950b7922cbb8507e5f (patch) | |
tree | 5664d8e83266a139955486cca7445bf85c8948cc /templates/torrc.control.erb | |
parent | e2e22ff5475c4033cccdc21b0c941a9218834802 (diff) | |
download | puppet-tor-508c9cf3445429f4c9536b950b7922cbb8507e5f.tar.gz puppet-tor-508c9cf3445429f4c9536b950b7922cbb8507e5f.tar.bz2 |
removing blank lines in templates
Diffstat (limited to 'templates/torrc.control.erb')
-rw-r--r-- | templates/torrc.control.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/torrc.control.erb b/templates/torrc.control.erb index 6808d5e..df9513a 100644 --- a/templates/torrc.control.erb +++ b/templates/torrc.control.erb @@ -1,5 +1,4 @@ # tor controller - <%- if port != '0' then -%> ControlPort <%= port %> HashedControlPassword <%= hashed_control_password %> |