From 1c2fb29bea38ccf12adf4fe8fd93fef44245eda0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Jan 2013 15:49:41 -0200 Subject: Making fstab and crypttab management optional --- manifests/desktop.pp | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'manifests/desktop.pp') 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 -- cgit v1.2.3