diff options
Diffstat (limited to 'manifests/subsystems/utils/physical.pp')
| -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 a12a99b..62b5351 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', 'iftop', 'iptraf', 'htop' ]: +  package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm' ]:      ensure => installed,    }  } | 
