diff options
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 93376d6..f184801 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -7,21 +7,15 @@ class nodo::laptop inherits nodo::personal { include firewall::ppp include dhclient - # fstab - if $fstab != false { - class { 'fstab': - type => 'laptop', - } + class { 'fstab': + type => 'laptop', } - # crypttab - if $crypttab != false { - class { 'crypttab': - type => $hibernate ? { - false => "laptop", - default => "laptop.hibernate", - }, - } + class { 'crypttab': + type => $hibernate ? { + false => "laptop", + default => "laptop.hibernate", + }, } # hibernation |