diff options
-rw-r--r-- | manifests/daemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp index 2052fe1..9a8593f 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -93,7 +93,7 @@ class tor::daemon inherits tor { content => template('tor/torrc.socks.erb'), require => File["${tor::daemon::snippet_dir}"], notify => Exec["concat_${tor::daemon::config_file}"], - ensure => $ensure, + ensure => present, owner => 'debian-tor', group => 'debian-tor', mode => 0644, } } |