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