aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-21 10:51:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-21 10:51:39 -0300
commitc9d08c50fc371c6f5576adfb0229015daf0e6fbe (patch)
tree26837b061a586a3809e52ec46c7872180238de69 /manifests
parent7df70e4f60fe263ff49a3ea0df5c077cccc3eafe (diff)
downloadpuppet-nodo-c9d08c50fc371c6f5576adfb0229015daf0e6fbe.tar.gz
puppet-nodo-c9d08c50fc371c6f5576adfb0229015daf0e6fbe.tar.bz2
Adding laptop-mode-tools and laptop-detect
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/utils/debian.pp4
-rw-r--r--manifests/subsystems/utils/laptop.pp2
2 files changed, 3 insertions, 3 deletions
diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp
index 798944b..193e6f3 100644
--- a/manifests/subsystems/utils/debian.pp
+++ b/manifests/subsystems/utils/debian.pp
@@ -1,7 +1,7 @@
class utils::personal::debian {
# System
- package { [ 'libpam-mount', 'ecryptfs-utils', 'openjdk-6-jre', 'gawk',
- 'sun-java6-jre', ]:
+ package { [ 'libpam-mount', 'ecryptfs-utils', 'openjdk-6-jre', 'gawk',
+ 'sun-java6-jre', 'laptop-detect' ]:
ensure => installed,
}
diff --git a/manifests/subsystems/utils/laptop.pp b/manifests/subsystems/utils/laptop.pp
index db19b77..e1022a5 100644
--- a/manifests/subsystems/utils/laptop.pp
+++ b/manifests/subsystems/utils/laptop.pp
@@ -4,7 +4,7 @@ class utils::laptop {
'wpasupplicant', 'ekiga', 'gnome',
'revelation', 'wicd', 'wicd-curses',
'iw', 'wvdial', 'wavemon',
- 'btscanner' ]:
+ 'btscanner', 'laptop-mode-tools' ]:
ensure => installed,
}