aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-11 19:59:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-11 19:59:37 -0300
commit91924a403e38234b3d0784815728710ff0df33a6 (patch)
treec6b2c6268094d1ff235c50b9c78f7206cb361b92
parent0bf23285977ffdf60f7151949651a62fb93f2552 (diff)
downloadpuppet-tor-91924a403e38234b3d0784815728710ff0df33a6.tar.gz
puppet-tor-91924a403e38234b3d0784815728710ff0df33a6.tar.bz2
Changing data dir permission for a hidden service
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index 9c00e9a..af0ecb9 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -147,7 +147,7 @@ class tor::daemon inherits tor {
ensure => present,
owner => 'debian-tor',
group => 'debian-tor',
- mode => 0640,
+ mode => 0700,
}
}