]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Changing data dir permission for a hidden service
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jun 2012 22:59:37 +0000 (19:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 11 Jun 2012 22:59:37 +0000 (19:59 -0300)
manifests/daemon.pp

index 9c00e9a093dbc2d86df22876a9eae1c9ab3c9cb2..af0ecb9552966e40a4a08afcc47ab20f420e6df5 100644 (file)
@@ -147,7 +147,7 @@ class tor::daemon inherits tor {
         ensure => present, 
         owner  => 'debian-tor',
         group  => 'debian-tor',
-        mode   => 0640,
+        mode   => 0700,
       }
     }