From 83644ab44879e799edde8d0c7ea04fcb39d94f5b Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 8 Jan 2012 02:34:09 -0200 Subject: typ0 --- manifests/daemon.pp | 2 +- manifests/relay.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 937a8c1..c669d71 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -26,7 +26,7 @@ class tor::daemon inherits tor { $contact_info = '', $dir_port = 0, $dir_listen_address = '', - $dir_front_page = '', + $dir_port_front_page = '', $my_family = '', $exit_policies = [], $bridge_relay = 0) { 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 => [], } -- cgit v1.2.3