From: intrigeri Date: Thu, 26 Jan 2012 17:59:17 +0000 (+0100) Subject: Make the relay address configurable. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1e09f8fa25cba269b28f55afb336bbc287acf194;p=puppet-tor.git Make the relay address configurable. --- 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,