aboutsummaryrefslogtreecommitdiff
path: root/manifests/desktop.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/desktop.pp
parent1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 (diff)
downloadpuppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.gz
puppet-nodo-c64fae356ed57c48b0774bd43d8118fced0cb96a.tar.bz2
Removing minimal nodo classes
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r--manifests/desktop.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index 3cbe001..50524d6 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -10,16 +10,6 @@ class nodo::desktop inherits nodo::personal {
}
}
-class nodo::desktop::minimal {
- $pam = false
-
- # Backups should happen when the box is likely to be online
- $backup_when = 'everyday at 12:00'
-
- # Desktop class
- include nodo::desktop
-}
-
class nodo::desktop::webdev inherits nodo::desktop {
include websites::dev
include database