aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/laptop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/utils/laptop.pp')
-rw-r--r--manifests/subsystems/utils/laptop.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp
index 72c490e..3519415 100644
--- a/manifests/subsystems/utils/laptop.pp
+++ b/manifests/subsystems/utils/laptop.pp
@@ -32,6 +32,7 @@ class utils::laptop::debian {
# Hibernation on lenny
if $lsbdistcodename == 'lenny' {
+ $hibernate = hiera('nodo::laptop::hibernate', false)
package { 'uswsusp':
ensure => $hibernate ? {
false => absent,