aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:23:19 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 16:23:19 -0200
commitc64fae356ed57c48b0774bd43d8118fced0cb96a (patch)
tree9becf7c56ab8fcebc8b3ab61c18c6b66e411190a /manifests/laptop.pp
parent1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 (diff)
downloadpuppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.gz
puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.bz2
Removing minimal nodo classes
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index f184801..96b5f0f 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -44,15 +44,3 @@ class nodo::laptop::webdev inherits nodo::laptop {
include database
include utils::web
}
-
-class nodo::laptop::minimal {
- $fstab = false
- $crypttab = 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
-}