]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nmon and atop into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2013 20:50:01 +0000 (17:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2013 20:50:01 +0000 (17:50 -0300)
manifests/utils/physical.pp

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