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

index 037171b0d5642d629b01b6c4a1ab7440e078dba1..937a8c1fa37424d88d0b7b85a97095f3ffb757a6 100644 (file)
@@ -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 = '',