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