diff options
-rw-r--r-- | manifests/laptop.pp | 2 |
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, |