summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d049178..40a0ae5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,7 +5,7 @@ class onion {
# to ease backup/restore procedures as we don't mix
# hidden service data with other tor files.
file { "${tor::daemon::data_dir}/hidden":
- ensure => directory,
+ ensure => directory,
owner => 'debian-tor',
group => 'debian-tor',
mode => '0700',