aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:27:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-22 16:27:50 -0200
commitb40696f65cea471705eb4431df56249ef4e8effb (patch)
tree1c2c032d3e40181e0f0e0633f47d410b72e0a4fe
parentbfa12e6decf2fffcadefa70dc4b42be1d63f49ce (diff)
downloadpuppet-nodo-b40696f65cea471705eb4431df56249ef4e8effb.tar.gz
puppet-nodo-b40696f65cea471705eb4431df56249ef4e8effb.tar.bz2
Minor fix (2)
-rw-r--r--manifests/laptop.pp7
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