aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 16:22:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 16:22:27 -0200
commit16f29cb1d81136fa0a65730c2847327c3a828508 (patch)
tree1865edf7a2c214a3efc9c31d7a5a98404cec2a5e /manifests/laptop.pp
parentc9fe18855805193068a55f160f4695b09f452789 (diff)
downloadpuppet-nodo-16f29cb1d81136fa0a65730c2847327c3a828508.tar.gz
puppet-nodo-16f29cb1d81136fa0a65730c2847327c3a828508.tar.bz2
Cleanup
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index 96b5f0f..84d7697 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -18,7 +18,7 @@ class nodo::laptop inherits nodo::personal {
},
}
- # hibernation
+ # Hibernation
file { "/etc/initramfs-tools/conf.d/resume":
owner => "root",
group => "root",
@@ -31,7 +31,7 @@ class nodo::laptop inherits nodo::personal {
},
}
- # upgrade from lenny
+ # Useful when upgrading from lenny
if $lsbdistcodename != 'lenny' {
file { "/etc/modprobe.d/madwifi":
ensure => absent,