From: Silvio Rhatto Date: Thu, 22 Sep 2011 16:52:42 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9940d360dcfa0736438bb3a93e1851f7c54d2204;p=puppet-nodo.git Minor fix --- 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,