summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 02:21:11 -0200
committerdrebs <drebs@riseup.net>2012-01-08 02:21:11 -0200
commit5cff773110a9c4777159026065dd12dccc32fc39 (patch)
tree60de4db94c245ae3f138b4bb57c22a611e8ee841 /manifests
parentfa0094439a222c0729a84065b1bab13c64129b7b (diff)
typ0
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon.pp4
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 = '',