diff options
| -rw-r--r-- | manifests/laptop.pp | 13 | 
1 files changed, 13 insertions, 0 deletions
| 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 +} | 
