]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 16:52:42 +0000 (13:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Sep 2011 16:52:42 +0000 (13:52 -0300)
manifests/laptop.pp

index 6e950c8205454dca63bf857920dee94a750ab148..e1fd1211b92de91fa3089e36befd65d4f22225e1 100644 (file)
@@ -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,