From: drebs Date: Sun, 8 Jan 2012 03:38:40 +0000 (-0200) Subject: fixing conditional X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a7b4fc40e09c555eb0527f71a127e782793c0601;p=puppet-tor.git fixing conditional --- 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 %>