diff options
author | drebs <drebs@riseup.net> | 2012-01-11 14:45:00 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2012-01-11 14:45:00 -0200 |
commit | 110f44394dcf55ee1a1d9ba3373b28a98ab90d56 (patch) | |
tree | 1938742dd3b6f513a74d068e09f73eaf364586a4 /manifests | |
parent | fa437d648c34da5580260af6c420c2ff6be92d2a (diff) | |
download | puppet-tor-110f44394dcf55ee1a1d9ba3373b28a98ab90d56.tar.gz puppet-tor-110f44394dcf55ee1a1d9ba3373b28a98ab90d56.tar.bz2 |
changing data dir mode
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/daemon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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'], |