]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding iotop into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Apr 2013 18:01:58 +0000 (15:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 28 Apr 2013 18:01:58 +0000 (15:01 -0300)
manifests/utils/physical.pp

index 78ff767ee4355781bc567dbdefe8d8ecc21f0057..16c6b052aab622df6c94058f69914c20ffdadc5e 100644 (file)
@@ -1,6 +1,6 @@
 # Common utilities for physical
 class nodo::utils::physical {
-  package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm' ]:
+  package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop' ]:
     ensure => installed,
   }