diff options
| author | drebs <drebs@riseup.net> | 2012-01-08 02:21:11 -0200 | 
|---|---|---|
| committer | drebs <drebs@riseup.net> | 2012-01-08 02:21:11 -0200 | 
| commit | 5cff773110a9c4777159026065dd12dccc32fc39 (patch) | |
| tree | 60de4db94c245ae3f138b4bb57c22a611e8ee841 /manifests/daemon.pp | |
| parent | fa0094439a222c0729a84065b1bab13c64129b7b (diff) | |
| download | puppet-tor-5cff773110a9c4777159026065dd12dccc32fc39.tar.gz puppet-tor-5cff773110a9c4777159026065dd12dccc32fc39.tar.bz2 | |
typ0
Diffstat (limited to 'manifests/daemon.pp')
| -rw-r--r-- | manifests/daemon.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 = '', | 
