From 5cff773110a9c4777159026065dd12dccc32fc39 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 8 Jan 2012 02:21:11 -0200 Subject: typ0 --- manifests/daemon.pp | 4 ++-- 1 file 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 = '', -- cgit v1.2.3