diff options
Diffstat (limited to 'manifests/subsystems')
-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, } } |