summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
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,