]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding sysstat and saidar into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 6 May 2013 01:24:06 +0000 (22:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 6 May 2013 01:24:06 +0000 (22:24 -0300)
manifests/utils/physical.pp

index 16c6b052aab622df6c94058f69914c20ffdadc5e..9350ff3154f08e0d527862d81c57aa87a6e03a42 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' ]:
+  package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar' ]:
     ensure => installed,
   }