From b40696f65cea471705eb4431df56249ef4e8effb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 22 Jan 2013 16:27:50 -0200 Subject: Minor fix (2) --- manifests/laptop.pp | 7 +++---- 1 file 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 -- cgit v1.2.3