diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:23:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-24 16:23:19 -0200 |
commit | c64fae356ed57c48b0774bd43d8118fced0cb96a (patch) | |
tree | 9becf7c56ab8fcebc8b3ab61c18c6b66e411190a /manifests/laptop.pp | |
parent | 1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 (diff) | |
download | puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.gz puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.bz2 |
Removing minimal nodo classes
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 -} |