diff options
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 12 |
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 -} |