diff options
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r-- | manifests/desktop.pp | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp index 6b3a724..3cbe001 100644 --- a/manifests/desktop.pp +++ b/manifests/desktop.pp @@ -1,24 +1,16 @@ class nodo::desktop inherits nodo::personal { include utils::desktop - # fstab - if $fstab != false { - class { 'fstab': - type => 'desktop', - } + class { 'fstab': + type => 'desktop', } - # crypttab - if $crypttab != false { - class { 'crypttab': - type => 'desktop', - } + class { 'crypttab': + type => 'desktop', } } class nodo::desktop::minimal { - $fstab = false - $crypttab = false $pam = false # Backups should happen when the box is likely to be online |