diff options
-rw-r--r-- | manifests/laptop.pp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 43303a3..18fedb5 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -32,10 +32,9 @@ class nodo::laptop inherits nodo::personal { content => "RESUME=/dev/mapper/cswap\n", notify => Exec['update-initramfs'], ensure => $hibernate ? { - false => absent, - default => present, - }, - } + false => absent, + default => present, + }, } # upgrade from lenny |