aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-06 12:02:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-06 12:02:41 -0300
commit1aea6969ccc94ef089c36802af20479132c66a36 (patch)
tree70670915c6eb913e5882612ece8ecaead0acd315
parent654b0c9d106420545e8a23c0bd1735db9e63f019 (diff)
downloadpuppet-nodo-1aea6969ccc94ef089c36802af20479132c66a36.tar.gz
puppet-nodo-1aea6969ccc94ef089c36802af20479132c66a36.tar.bz2
Remove reference of deleted nodo::subsystem::crypttab
-rw-r--r--manifests/base/laptop.pp7
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",