diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-16 00:13:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-16 00:13:12 -0300 |
commit | 450f260464299f381bdd37c561c0e910f51ec433 (patch) | |
tree | 1a99fad053dfc39903fb1e3021a25cd62734c24b | |
parent | c1bbd2a6e6cd20b983027ac25dea1316c666737d (diff) | |
download | puppet-nodo-450f260464299f381bdd37c561c0e910f51ec433.tar.gz puppet-nodo-450f260464299f381bdd37c561c0e910f51ec433.tar.bz2 |
Adding iptraf and htop into utils::physical
-rw-r--r-- | manifests/subsystems/utils/physical.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |