summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:24:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:24:45 -0300
commit4b332c70cfe6fba2513ba26aad37ab61092a7fac (patch)
tree115ab6b442108c03d572f6788cbbe3c493e657ca /manifests/init.pp
parent9eb3afad9b80093760e45cd1f05422c7f3d5d380 (diff)
downloadpuppet-onion-4b332c70cfe6fba2513ba26aad37ab61092a7fac.tar.gz
puppet-onion-4b332c70cfe6fba2513ba26aad37ab61092a7fac.tar.bz2
Fix: small refactor; remove freenode class
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',