diff options
author | drebs <drebs@riseup.net> | 2012-01-11 02:26:29 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-11 02:26:29 -0200 |
commit | 039c21b302d831ec5db9ea88c634870f9f2dbc14 (patch) | |
tree | d7b8703b18652fb13a61419727a853a591fd1155 /manifests | |
parent | fe15c0625244c43d977fef2831720d01dc921f2b (diff) | |
download | puppet-tor-039c21b302d831ec5db9ea88c634870f9f2dbc14.tar.gz puppet-tor-039c21b302d831ec5db9ea88c634870f9f2dbc14.tar.bz2 |
typ0
Diffstat (limited to 'manifests')
-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 |