summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index faed7c3..6bf4b17 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,
}
}