diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-29 14:54:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-29 14:54:38 -0300 |
commit | 37674250b6bfb75396b0e891230a28353eb17732 (patch) | |
tree | 05a1153af2b961876f404631bc01df82cf9933fb | |
parent | 26827ea60b93cdbf6ac056755276c6269f3d409d (diff) | |
download | puppet-nodo-37674250b6bfb75396b0e891230a28353eb17732.tar.gz puppet-nodo-37674250b6bfb75396b0e891230a28353eb17732.tar.bz2 |
Adding nodo::laptop::minimal
-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 +} |