From 07a948f3f4587f6ec86222a04d62c5a63b49efd2 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 8 Jan 2012 02:28:00 -0200 Subject: typ0 --- manifests/bridge.pp | 4 ++-- manifests/relay.pp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests') diff --git a/manifests/bridge.pp b/manifests/bridge.pp index c0cfaae..81c59f1 100644 --- a/manifests/bridge.pp +++ b/manifests/bridge.pp @@ -8,8 +8,8 @@ class tor::bridge inherits tor::daemon { hidden_services => [], or_port => 443, address => '', - relay_bandwith_rate => 0, - relay_bandwith_burst => 0, + relay_bandwidth_rate => 0, + relay_bandwidth_burst => 0, exit_policies => 'reject *:*', bridge_relay => 1, } diff --git a/manifests/relay.pp b/manifests/relay.pp index b57bc8d..706a254 100644 --- a/manifests/relay.pp +++ b/manifests/relay.pp @@ -7,8 +7,8 @@ class tor::relay inherits tor::daemon { or_listen_address => '', nickname => '', address => $hostname, - relay_bandwith_rate => 0, - relay_bandwith_burst => 0, + relay_bandwidth_rate => 0, + relay_bandwidth_burst => 0, accounting_max => 0, accounting_start => [], contact_info => '', -- cgit v1.2.3