diff options
author | drebs <drebs@riseup.net> | 2012-01-08 02:15:49 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-08 02:15:49 -0200 |
commit | fa0094439a222c0729a84065b1bab13c64129b7b (patch) | |
tree | cfbfde6df0ed62a52db1ef7339c26950b1774685 /templates | |
parent | 88d8bccd78c399f2b9fe85a5d405a6b5f803ca68 (diff) | |
download | puppet-tor-fa0094439a222c0729a84065b1bab13c64129b7b.tar.gz puppet-tor-fa0094439a222c0729a84065b1bab13c64129b7b.tar.bz2 |
typ0
Diffstat (limited to 'templates')
-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 bebc140..3605ba6 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -53,7 +53,7 @@ Address <%= address %> RelayBandwidthRate <%= relay_bandwidth_rate %> KB <%- end %> <%- if relay_bandwidth_burst != 0 then %> -RelayBandwidthBurst <%= relay_bandwith_burst %> KB +RelayBandwidthBurst <%= relay_bandwidth_burst %> KB <%- end %> <%- if accounting_max != 0 then %> AccountingMax <%= accounting_max %> GB |