]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding sg3-utils into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jul 2013 23:44:30 +0000 (20:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 12 Jul 2013 23:44:30 +0000 (20:44 -0300)
manifests/utils/physical.pp

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