diff options
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 84d7697..e76a20a 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -11,6 +11,8 @@ class nodo::laptop inherits nodo::personal { type => 'laptop', } + $hibernate = hiera('nodo::laptop::hibernate', false) + class { 'crypttab': type => $hibernate ? { false => "laptop", |