]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
New download folder
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 16:55:18 +0000 (14:55 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 16:55:18 +0000 (14:55 -0200)
manifests/personal.pp

index d4e1ecd28283909e0f2d5acb3fc582e8cfc6701b..f0860e414eaab77adfa2f7cfe507679669359a09 100644 (file)
@@ -31,11 +31,16 @@ class nodo::personal {
   }
 
   # Misc user data
-  file { [ "/var/data", "/var/data/code", "/var/data/crypt", "/var/data/crypt/home", "/var/data/download" ]:
+  file { [ "/var/data", "/var/data/code", "/var/data/crypt", "/var/data/crypt/home", "/var/data/load" ]:
     ensure => directory,
     mode   => 0755,
   }
 
+  # Old download folder
+  file { "/var/data/download":
+    ensure => absent,
+  }
+
   # Media cache
   file { "/var/cache/media":
     ensure => directory,