From: Silvio Rhatto Date: Thu, 29 Sep 2011 17:54:38 +0000 (-0300) Subject: Adding nodo::laptop::minimal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=37674250b6bfb75396b0e891230a28353eb17732;p=puppet-nodo.git Adding nodo::laptop::minimal --- diff --git a/manifests/laptop.pp b/manifests/laptop.pp index e1fd121..f2c1c95 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -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 +}