diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-14 23:40:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-14 23:40:12 -0300 |
commit | 92c48a507350b90aaa37ce58868e6aeb28ed6b3a (patch) | |
tree | 0abb98a1a12d8c1344b6faac9439118b161d260f /manifests/subsystems/utils | |
parent | 4c61504f7c96294e5f05570e154f27ce80923e53 (diff) | |
download | puppet-nodo-92c48a507350b90aaa37ce58868e6aeb28ed6b3a.tar.gz puppet-nodo-92c48a507350b90aaa37ce58868e6aeb28ed6b3a.tar.bz2 |
Adding iftop into utils::physical
Diffstat (limited to 'manifests/subsystems/utils')
-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 241dc79..aea25e9 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' ]: + package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop' ]: ensure => installed, } } |