diff options
Diffstat (limited to 'manifests/utils')
-rw-r--r-- | manifests/utils/physical.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 9e96b9f..ab80772 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -1,8 +1,8 @@ # Common utilities for physical class nodo::utils::physical { - package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', - 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', - 'lshw', 'sg3-utils' ]: + package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', + 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', + 'lshw', 'sg3-utils', 'nmon', 'atop' ]: ensure => installed, } |