From: Silvio Rhatto Date: Mon, 6 May 2013 01:24:06 +0000 (-0300) Subject: Adding sysstat and saidar into nodo::utils::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f4a471d90689af930dd2325481abcafb84942c04;p=puppet-nodo.git Adding sysstat and saidar into nodo::utils::physical --- diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 16c6b05..9350ff3 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -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, }