]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
typ0
authordrebs <drebs@riseup.net>
Sun, 8 Jan 2012 04:28:00 +0000 (02:28 -0200)
committerdrebs <drebs@riseup.net>
Sun, 8 Jan 2012 04:28:00 +0000 (02:28 -0200)
manifests/bridge.pp
manifests/relay.pp

index c0cfaaec8db31b079a0f97a71b76f9cf8c97e446..81c59f1262cd20760cf333783857a1722f42aad2 100644 (file)
@@ -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,
                       }
index b57bc8d94224977bcdb42c058f97290e045f1d46..706a2545032c2821f7f6eb7765dc641ebf225093 100644 (file)
@@ -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           => '',