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