From fe15c0625244c43d977fef2831720d01dc921f2b Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Jan 2012 02:24:57 -0200 Subject: fixing parameter name --- manifests/daemon.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/daemon.pp') diff --git a/manifests/daemon.pp b/manifests/daemon.pp index c522e9f..6ac6dec 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -96,8 +96,8 @@ class tor::daemon inherits tor { # relay definition define relay( $port = 0, $listen_addresses = [], - $relay_bandwidth_rate = 0, # KB/s, 0 for no limit. - $relay_bandwidth_burst = 0, # KB/s, 0 for no limit. + $bandwidth_rate = 0, # KB/s, 0 for no limit. + $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