diff options
-rw-r--r-- | manifests/daemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 6ac6dec..6553201 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -102,7 +102,7 @@ class tor::daemon inherits tor { $accounting_start = [], $contact_info = '', $my_family = '', # TODO: autofill with other relays - $bridge_reay = 0, + $bridge_relay = 0, $ensure = present ) { $nickname = $name $address = $hostname |