From 37674250b6bfb75396b0e891230a28353eb17732 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Sep 2011 14:54:38 -0300 Subject: Adding nodo::laptop::minimal --- manifests/laptop.pp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'manifests/laptop.pp') 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 +} -- cgit v1.2.3