]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Remove reference of deleted nodo::subsystem::crypttab
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Mar 2016 15:02:41 +0000 (12:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 6 Mar 2016 15:02:41 +0000 (12:02 -0300)
manifests/base/laptop.pp

index b1492e19638206fb2271d9c30177e6d16eb8e8fd..3eeb4173fd17b2646752241c5fea64e66aed0f46 100644 (file)
@@ -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",