diff options
author | drebs <drebs@riseup.net> | 2012-01-11 01:33:12 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-11 01:33:12 -0200 |
commit | 71f040014d900d636eeeda62c4bb7ea8ea84e309 (patch) | |
tree | a9f5e4c70937c7ad91a7dbd6d14c979ab86e9b12 /templates | |
parent | de068866889976b7f30391c5fb794cda53544c67 (diff) | |
download | puppet-tor-71f040014d900d636eeeda62c4bb7ea8ea84e309.tar.gz puppet-tor-71f040014d900d636eeeda62c4bb7ea8ea84e309.tar.bz2 |
many small fixes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/torrc.relay.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index d9f06ae..95496d6 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -19,7 +19,7 @@ RelayBandwidthBurst <%= relay_bandwidth_burst %> KB <%- end -%> <%- if accounting_max != '0' then -%> AccountingMax <%= accounting_max %> GB -<%- for accounting in accounting_start -%> +<%- if accounting_start then -%> AccountingStart <%= accounting_start %> <%- end -%> <%- end -%> |