diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-18 12:52:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-18 12:52:27 -0300 |
commit | 62cf3a6da9b03b645368d8a6f33bc349cb8301ab (patch) | |
tree | e7f7118f2775b28c954d67bda77b59e9975080f4 /manifests | |
parent | a2d57d2bb29479784cde478bdb8955519b566cef (diff) | |
download | puppet-nodo-62cf3a6da9b03b645368d8a6f33bc349cb8301ab.tar.gz puppet-nodo-62cf3a6da9b03b645368d8a6f33bc349cb8301ab.tar.bz2 |
Not managing /var/lib/tor/hidden at nodo::tor
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tor.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/tor.pp b/manifests/tor.pp index 007a0ed..11ba480 100644 --- a/manifests/tor.pp +++ b/manifests/tor.pp @@ -1,11 +1,4 @@ class nodo::tor inherits nodo::vserver { include tor::daemon include utils::tor - - file { '/var/lib/tor/hidden': - ensure => present, - owner => 'debian-tor', - group => 'debian-tor', - mode => 0700, - } } |