aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-22 13:52:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-22 13:52:42 -0300
commit9940d360dcfa0736438bb3a93e1851f7c54d2204 (patch)
treeb23b61696b81b6f70926ba9d0c11b2efb1387768 /manifests
parentdb4de439330fcf7b19d3c1c1beb8b5bd802f0b6c (diff)
downloadpuppet-nodo-9940d360dcfa0736438bb3a93e1851f7c54d2204.tar.gz
puppet-nodo-9940d360dcfa0736438bb3a93e1851f7c54d2204.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/laptop.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index 6e950c8..e1fd121 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -37,7 +37,7 @@ class nodo::laptop inherits nodo::personal {
owner => "root",
group => "root",
mode => 0644,
- content => "RESUME=/dev/mapper/cswap",
+ content => "RESUME=/dev/mapper/cswap\n",
notify => Exec['update-initramfs'],
ensure => $hibernate ? {
false => absent,