diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-29 13:28:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-29 13:28:51 -0300 |
commit | 4fa661e528aa8e9d4ab1afbf90064e5705b88394 (patch) | |
tree | a9963ad24f2c82b2a6914caa45640d5513902cb0 /manifests | |
parent | 457191444d4ece52fd90601d9f189b916134ed21 (diff) | |
download | puppet-nodo-4fa661e528aa8e9d4ab1afbf90064e5705b88394.tar.gz puppet-nodo-4fa661e528aa8e9d4ab1afbf90064e5705b88394.tar.bz2 |
Adding ethtool into utils::physical
Diffstat (limited to 'manifests')
-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, } } |