aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-29 14:54:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-29 14:54:38 -0300
commit37674250b6bfb75396b0e891230a28353eb17732 (patch)
tree05a1153af2b961876f404631bc01df82cf9933fb /manifests/laptop.pp
parent26827ea60b93cdbf6ac056755276c6269f3d409d (diff)
downloadpuppet-nodo-37674250b6bfb75396b0e891230a28353eb17732.tar.gz
puppet-nodo-37674250b6bfb75396b0e891230a28353eb17732.tar.bz2
Adding nodo::laptop::minimal
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp13
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
+}