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 6bba5db..049c043 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' ]: +  package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool' ]:      ensure => installed,    }  } | 
