]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Not managing /var/lib/tor/hidden at nodo::tor
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jun 2012 15:52:27 +0000 (12:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jun 2012 15:52:27 +0000 (12:52 -0300)
manifests/tor.pp

index 007a0ed58ab184312a3e2141b641565fdaea7682..11ba48068cd259df4b7ec44fa8eb6b1f68241a5d 100644 (file)
@@ -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,
-  }
 }