diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 12:02:41 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 12:02:41 -0300 | 
| commit | 1aea6969ccc94ef089c36802af20479132c66a36 (patch) | |
| tree | 70670915c6eb913e5882612ece8ecaead0acd315 /manifests/base | |
| parent | 654b0c9d106420545e8a23c0bd1735db9e63f019 (diff) | |
| download | puppet-nodo-1aea6969ccc94ef089c36802af20479132c66a36.tar.gz puppet-nodo-1aea6969ccc94ef089c36802af20479132c66a36.tar.bz2  | |
Remove reference of deleted nodo::subsystem::crypttab
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",  | 
