From: drebs Date: Wed, 11 Jan 2012 05:10:10 +0000 (-0200) Subject: fixing parameter path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f28887e3cd792b8d06b167728f95408bb1be03c;p=puppet-tor.git fixing parameter path --- diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 05ddf5b..9349e06 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -73,7 +73,8 @@ class tor::daemon inherits tor { } # global configurations - define global_opts( $log_rules = [ 'notice file /var/log/tor/notices.log' ], + define global_opts( $data_dir = $tor::daemon::data_dir, + $log_rules = [ 'notice file /var/log/tor/notices.log' ], $ensure = present ) { file { "${tor::daemon::snippet_dir}/01.global": content => template('tor/torrc.global.erb'),