From: Silvio Rhatto Date: Sun, 6 Mar 2016 15:02:41 +0000 (-0300) Subject: Remove reference of deleted nodo::subsystem::crypttab X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1aea6969ccc94ef089c36802af20479132c66a36;p=puppet-nodo.git Remove reference of deleted nodo::subsystem::crypttab --- 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",