From: drebs Date: Sun, 8 Jan 2012 03:49:32 +0000 (-0200) Subject: typ0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3edd81d0578f83ab875dc8fb2fd062d3a2273667;p=puppet-tor.git typ0 --- 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