diff options
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/laptop.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/base/laptop.pp b/manifests/base/laptop.pp index b1492e1..3eeb417 100644 --- a/manifests/base/laptop.pp +++ b/manifests/base/laptop.pp @@ -8,13 +8,6 @@ class nodo::base::laptop inherits nodo::base::personal { $hibernate = hiera('nodo::laptop::hibernate', false) - class { 'nodo::subsystem::crypttab': - type => $hibernate ? { - false => "laptop", - default => "laptop.hibernate", - }, - } - # Hibernation file { "/etc/initramfs-tools/conf.d/resume": owner => "root", |