summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-06-13 09:41:34 +0200
committermh <mh@immerda.ch>2014-06-13 09:41:34 +0200
commit1d4203344763ef9870e92a4b47ceab2dede83550 (patch)
treeaa8f24f21bcfb9a78c9218afa9427d48171ef206 /manifests
parenta9b391b774eae6d1272368f00e96cab022648326 (diff)
parentfc56b10f32251472e21297ac1ac4f6146369f71f (diff)
Merge remote-tracking branch 'github/master'
Conflicts: templates/torrc.global.erb
Diffstat (limited to 'manifests')
-rw-r--r--manifests/daemon.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 2440180..2522b2c 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -6,7 +6,8 @@ class tor::daemon (
$config_file = '/etc/tor/torrc',
$use_bridges = 0,
$automap_hosts_on_resolve = 0,
- $log_rules = [ 'notice file /var/log/tor/notices.log' ]
+ $log_rules = [ 'notice file /var/log/tor/notices.log' ],
+ $safe_logging = 1,
) {
class{'tor':