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

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