From 1e09f8fa25cba269b28f55afb336bbc287acf194 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 26 Jan 2012 18:59:17 +0100 Subject: Make the relay address configurable. --- manifests/daemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 76f3c64..4637690 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -104,10 +104,10 @@ class tor::daemon inherits tor { $accounting_start = [], $contact_info = '', $my_family = '', # TODO: autofill with other relays + $address = "tor.${domain}", $bridge_relay = 0, $ensure = present ) { $nickname = $name - $address = "tor.${domain}" concatenated_file_part { '03.relay': dir => $tor::daemon::snippet_dir, -- cgit v1.2.3