summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 2484edf..d04734d 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -77,9 +77,10 @@ class tor::daemon inherits tor {
# global configurations
define global_opts( $data_dir = $tor::daemon::data_dir,
$log_rules = [ 'notice file /var/log/tor/notices.log' ],
- $use_bridges = 0 ) {
+ $use_bridges = 0,
+ $automap_hosts_on_resolve = 0) {
- concatenated_file_part { '01.global':
+ concatenated_file_part { '01.global':
dir => $tor::daemon::snippet_dir,
content => template('tor/torrc.global.erb'),
owner => 'debian-tor', group => 'debian-tor', mode => 0644,