diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:27:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-22 16:27:50 -0200 |
commit | b40696f65cea471705eb4431df56249ef4e8effb (patch) | |
tree | 1c2c032d3e40181e0f0e0633f47d410b72e0a4fe /manifests/laptop.pp | |
parent | bfa12e6decf2fffcadefa70dc4b42be1d63f49ce (diff) | |
download | puppet-nodo-b40696f65cea471705eb4431df56249ef4e8effb.tar.gz puppet-nodo-b40696f65cea471705eb4431df56249ef4e8effb.tar.bz2 |
Minor fix (2)
Diffstat (limited to 'manifests/laptop.pp')
-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 |