diff options
Diffstat (limited to 'manifests/relay.pp')
-rw-r--r-- | manifests/relay.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/relay.pp b/manifests/relay.pp index 706a254..6f74895 100644 --- a/manifests/relay.pp +++ b/manifests/relay.pp @@ -14,7 +14,7 @@ class tor::relay inherits tor::daemon { contact_info => '', dir_port => 0, dir_listen_address => '', - dir_front_page => '', + dir_port_front_page => '', my_family => '', exit_policies => [], } |