diff options
author | drebs <drebs@riseup.net> | 2012-01-08 01:38:40 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-08 01:38:40 -0200 |
commit | a7b4fc40e09c555eb0527f71a127e782793c0601 (patch) | |
tree | 6c42d11d6a6fecce4e6ab41eb8035a98b9c3ecbd /templates | |
parent | 00349b7ba959f5ad133a9a0ec1e440a10fa93353 (diff) | |
download | puppet-tor-a7b4fc40e09c555eb0527f71a127e782793c0601.tar.gz puppet-tor-a7b4fc40e09c555eb0527f71a127e782793c0601.tar.bz2 |
fixing conditional
Diffstat (limited to 'templates')
-rw-r--r-- | templates/torrc.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb index 9d97253..61637d4 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -49,7 +49,7 @@ Nickname <%= nickname %> <%- if address != '' then %> Address <%= address %> <%- end %> -<%- if relay_bandwidth_limit != 0 then %> +<%- if relay_bandwidth_rate != 0 then %> RelayBandwidthRate <% relay_bandwith_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> |