]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding lshw into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 11 May 2013 18:55:26 +0000 (15:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 11 May 2013 18:55:26 +0000 (15:55 -0300)
manifests/utils/physical.pp

index 5a002f41e5b884973506d4ecf446a1d60722495d..97d09459d75f827d4cf4bf98fd950c71ccdccfa0 100644 (file)
@@ -1,6 +1,6 @@
 # Common utilities for physical
 class nodo::utils::physical {
-  package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar' ]:
+  package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', 'lshw' ]:
     ensure => installed,
   }