diff options
author | drebs <drebs@riseup.net> | 2012-01-08 01:49:32 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-08 01:49:32 -0200 |
commit | 3edd81d0578f83ab875dc8fb2fd062d3a2273667 (patch) | |
tree | e2bf040e5b6696bb64f08ef9c0282c01cc02698f | |
parent | a7b4fc40e09c555eb0527f71a127e782793c0601 (diff) | |
download | puppet-tor-3edd81d0578f83ab875dc8fb2fd062d3a2273667.tar.gz puppet-tor-3edd81d0578f83ab875dc8fb2fd062d3a2273667.tar.bz2 |
typ0
-rw-r--r-- | templates/torrc.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.erb b/templates/torrc.erb index 61637d4..c6ef91c 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -50,10 +50,10 @@ Nickname <%= nickname %> Address <%= address %> <%- end %> <%- if relay_bandwidth_rate != 0 then %> -RelayBandwidthRate <% relay_bandwith_rate %> KB +RelayBandwidthRate <%= relay_bandwith_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> -RelayBandwidthBurst <% relay_bandwith_burst %> KB +RelayBandwidthBurst <%= relay_bandwith_burst %> KB <%- end %> <%- if accounting_max != 0 then %> AccountingMax <%= accounting_max %> GB |