]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Misc user folders
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jan 2013 20:45:05 +0000 (18:45 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jan 2013 20:45:05 +0000 (18:45 -0200)
manifests/personal.pp

index f1786e1d8486d813c408242982cb235c082fcc74..5a879f86d9ebea6b90a6ff3d7136ef5c95f8db11 100644 (file)
@@ -22,8 +22,13 @@ class nodo::personal {
     mode   => 0755,
   }
 
+  # Mountpoint for encrypted home folders
+  file { [ '/mnt/crypt/', '/mnt/crypt/home' ]:
+    ensure => directory,
+  }
+
   # Misc user data
-  file { "/var/data":
+  file { [ "/var/data", "/var/data/code", "/var/data/crypt", "/var/data/crypt/home", "/var/data/download" ]:
     ensure => directory,
     mode   => 0755,
   }