From: drebs Date: Sun, 8 Jan 2012 04:21:11 +0000 (-0200) Subject: typ0 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5cff773110a9c4777159026065dd12dccc32fc39;p=puppet-tor.git typ0 --- diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 037171b..937a8c1 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -19,8 +19,8 @@ class tor::daemon inherits tor { $or_listen_address = '', $nickname = '', $address = $hostname, - $relay_bandwith_rate = 0, # KB/s, 0 for no limit. - $relay_bandwith_burst = 0, # KB/s, 0 for no limit. + $relay_bandwidth_rate = 0, # KB/s, 0 for no limit. + $relay_bandwidth_burst = 0, # KB/s, 0 for no limit. $accounting_max = 0, # GB, 0 for no limit. $accounting_start = [], $contact_info = '',