aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/debian.pp
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/subsystems/utils/debian.pp
parent7df70e4f60fe263ff49a3ea0df5c077cccc3eafe (diff)
downloadpuppet-nodo-c9d08c50fc371c6f5576adfb0229015daf0e6fbe.tar.gz
puppet-nodo-c9d08c50fc371c6f5576adfb0229015daf0e6fbe.tar.bz2
Adding laptop-mode-tools and laptop-detect
Diffstat (limited to 'manifests/subsystems/utils/debian.pp')
-rw-r--r--manifests/subsystems/utils/debian.pp4
1 files changed, 2 insertions, 2 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,
}