]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding laptop-mode-tools and laptop-detect
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Sep 2011 13:51:39 +0000 (10:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Sep 2011 13:51:39 +0000 (10:51 -0300)
manifests/subsystems/utils/debian.pp
manifests/subsystems/utils/laptop.pp

index 798944b74d1216789c1caadb4fe53b0eea19da66..193e6f3d42eca775299a25db0a3b83cb860462bb 100644 (file)
@@ -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,
   }
 
index db19b776233fc1a8fe82d9b912218b1fca814fe8..e1022a51b6893343c72eecdc32777e8ed63b1a55 100644 (file)
@@ -4,7 +4,7 @@ class utils::laptop {
               'wpasupplicant', 'ekiga',            'gnome',
               'revelation',    'wicd',             'wicd-curses',
               'iw',            'wvdial',           'wavemon',
-              'btscanner' ]:
+              'btscanner',     'laptop-mode-tools' ]:
     ensure => installed,
   }