From: Silvio Rhatto Date: Thu, 16 Aug 2012 03:13:12 +0000 (-0300) Subject: Adding iptraf and htop into utils::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=450f260464299f381bdd37c561c0e910f51ec433;p=puppet-nodo.git Adding iptraf and htop into utils::physical --- diff --git a/manifests/subsystems/utils/physical.pp b/manifests/subsystems/utils/physical.pp index aea25e9..a12a99b 100644 --- a/manifests/subsystems/utils/physical.pp +++ b/manifests/subsystems/utils/physical.pp @@ -1,6 +1,6 @@ # Common utilities for physical class utils::physical { - package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop' ]: + package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop' ]: ensure => installed, } }