From c48a89e5df6c1be8de602b6f3c67fc7f906e2f7c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 29 Jan 2013 21:17:41 -0200 Subject: Using nodo::laptop::hibernate for hibernate configuration --- manifests/subsystems/utils/laptop.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/subsystems') 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, -- cgit v1.2.3