aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-16 00:13:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-16 00:13:12 -0300
commit450f260464299f381bdd37c561c0e910f51ec433 (patch)
tree1a99fad053dfc39903fb1e3021a25cd62734c24b /manifests/subsystems/utils
parentc1bbd2a6e6cd20b983027ac25dea1316c666737d (diff)
downloadpuppet-nodo-450f260464299f381bdd37c561c0e910f51ec433.tar.gz
puppet-nodo-450f260464299f381bdd37c561c0e910f51ec433.tar.bz2
Adding iptraf and htop into utils::physical
Diffstat (limited to 'manifests/subsystems/utils')
-rw-r--r--manifests/subsystems/utils/physical.pp2
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,
}
}