From 1aea6969ccc94ef089c36802af20479132c66a36 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Mar 2016 12:02:41 -0300 Subject: Remove reference of deleted nodo::subsystem::crypttab --- manifests/base/laptop.pp | 7 ------- 1 file changed, 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", -- cgit v1.2.3