]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::laptop::minimal
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2011 17:54:38 +0000 (14:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Sep 2011 17:54:38 +0000 (14:54 -0300)
manifests/laptop.pp

index e1fd1211b92de91fa3089e36befd65d4f22225e1..f2c1c95d7dd6f8967c66f5219b1f534d65d5b28c 100644 (file)
@@ -71,3 +71,16 @@ class nodo::laptop::dev {
   $apt_use_next_release = true
   include nodo::laptop::webdev
 }
+
+class nodo::laptop::minimal {
+  $fstab    = false
+  $crypttab = false
+  $xorg     = false
+  $pam      = false
+
+  # Backups should happen when the box is likely to be online
+  $backup_when = 'everyday at 12:00'
+
+  # Desktop class
+  include nodo::laptop
+}