summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8ad1279..744472c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -222,7 +222,7 @@ class apache {
# hidden service data with other tor files.
if !defined(File["$tor::daemon::data_dir/hidden"]) {
file { "$tor::daemon::data_dir/hidden":
- ensure => present,
+ ensure => directory,
owner => 'debian-tor',
group => 'debian-tor',
mode => 0700,