aboutsummaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 13:05:57 +0100
committermh <mh@immerda.ch>2013-01-02 13:05:57 +0100
commitb421d5d7936a7e2f93f1c62322a669d91693b9b6 (patch)
tree35773d49c6833da1333e3cf54d9c41aefceedf5e /manifests/daemon.pp
parent332bed5098758e5a2767246c4224b25f650c794f (diff)
downloadpuppet-tor-b421d5d7936a7e2f93f1c62322a669d91693b9b6.tar.gz
puppet-tor-b421d5d7936a7e2f93f1c62322a669d91693b9b6.tar.bz2
make it working on 2.6 - can't end with a , on 2.6
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 2bee67b..623aa22 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -3,7 +3,7 @@ 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' ]
) inherits tor {
# packages, user, group