diff options
author | drebs <drebs@riseup.net> | 2012-01-08 02:01:55 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-08 02:01:55 -0200 |
commit | 88d8bccd78c399f2b9fe85a5d405a6b5f803ca68 (patch) | |
tree | 47d3c47ee9d3c0426cd4e6dc54660f95bb152128 | |
parent | 3edd81d0578f83ab875dc8fb2fd062d3a2273667 (diff) | |
download | puppet-tor-88d8bccd78c399f2b9fe85a5d405a6b5f803ca68.tar.gz puppet-tor-88d8bccd78c399f2b9fe85a5d405a6b5f803ca68.tar.bz2 |
typ0
-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 c6ef91c..bebc140 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -50,7 +50,7 @@ Nickname <%= nickname %> Address <%= address %> <%- end %> <%- if relay_bandwidth_rate != 0 then %> -RelayBandwidthRate <%= relay_bandwith_rate %> KB +RelayBandwidthRate <%= relay_bandwidth_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> RelayBandwidthBurst <%= relay_bandwith_burst %> KB |