From 62cf3a6da9b03b645368d8a6f33bc349cb8301ab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 18 Jun 2012 12:52:27 -0300 Subject: Not managing /var/lib/tor/hidden at nodo::tor --- manifests/tor.pp | 7 ------- 1 file changed, 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, - } } -- cgit v1.2.3