From: drebs Date: Wed, 11 Jan 2012 16:45:00 +0000 (-0200) Subject: changing data dir mode X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=110f44394dcf55ee1a1d9ba3373b28a98ab90d56;p=puppet-tor.git changing data dir mode --- diff --git a/manifests/daemon.pp b/manifests/daemon.pp index faed7c3..2052fe1 100644 --- a/manifests/daemon.pp +++ b/manifests/daemon.pp @@ -30,7 +30,7 @@ class tor::daemon inherits tor { # directories file { "${data_dir}": ensure => directory, - mode => 0755, + mode => 0700, owner => 'debian-tor', group => 'debian-tor', require => User['debian-tor'],