summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-05-17 11:50:50 +0200
committervarac <varacanero@zeromail.org>2016-05-17 11:50:50 +0200
commit9981a70f7ba1f9e4fe33e4eb46654295287c1fc1 (patch)
tree1beb63d346b919727a0e7e8df124feb5039930cb /manifests/daemon.pp
parent43506968b1760b8a54f012c72baa9a5820cee21a (diff)
parentfd7aad3cb5fb7f8db73ef5dbe2cbab9ab4868325 (diff)
Merge branch 'master' of gitlab.com:shared-puppet-modules-group/tor
Diffstat (limited to 'manifests/daemon.pp')
-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':