From 450f260464299f381bdd37c561c0e910f51ec433 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Aug 2012 00:13:12 -0300 Subject: Adding iptraf and htop into utils::physical --- manifests/subsystems/utils/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/utils') 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, } } -- cgit v1.2.3