diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-22 13:52:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-22 13:52:42 -0300 |
commit | 9940d360dcfa0736438bb3a93e1851f7c54d2204 (patch) | |
tree | b23b61696b81b6f70926ba9d0c11b2efb1387768 /manifests | |
parent | db4de439330fcf7b19d3c1c1beb8b5bd802f0b6c (diff) | |
download | puppet-nodo-9940d360dcfa0736438bb3a93e1851f7c54d2204.tar.gz puppet-nodo-9940d360dcfa0736438bb3a93e1851f7c54d2204.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-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, |