aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/laptop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-15 01:53:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-15 01:53:23 -0300
commitf926cb3bfaacc7c7d51254a2019ffbb37896d79f (patch)
tree4e4e8183b0217849f796f3c5f257c0956427c75b /manifests/base/laptop.pp
parentfd8292297f964234e9487e336f2ac1424117d21c (diff)
downloadpuppet-nodo-f926cb3bfaacc7c7d51254a2019ffbb37896d79f.tar.gz
puppet-nodo-f926cb3bfaacc7c7d51254a2019ffbb37896d79f.tar.bz2
Updating crypttab/fstab/resume to new layoutfeature/crypttab
Diffstat (limited to 'manifests/base/laptop.pp')
-rw-r--r--manifests/base/laptop.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base/laptop.pp b/manifests/base/laptop.pp
index 5fec946..be63063 100644
--- a/manifests/base/laptop.pp
+++ b/manifests/base/laptop.pp
@@ -23,7 +23,7 @@ class nodo::base::laptop inherits nodo::base::personal {
owner => "root",
group => "root",
mode => 0644,
- content => "RESUME=/dev/mapper/cswap\n",
+ content => "RESUME=/dev/mapper/swap\n",
notify => Exec['update-initramfs'],
ensure => $hibernate ? {
false => absent,