diff options
Diffstat (limited to 'manifests/daemon.pp')
-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 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, } } |