diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-09 11:03:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-09 11:03:02 -0200 |
commit | 989b1cbad9fe4d5d59d1e4d93ebd73a21edb7bec (patch) | |
tree | 4bd4158d056ba749e04070fdceb64d690623d433 /manifests | |
parent | b1ff63f006824dd03558067b181f1fd6e49f43db (diff) | |
download | puppet-nodo-989b1cbad9fe4d5d59d1e4d93ebd73a21edb7bec.tar.gz puppet-nodo-989b1cbad9fe4d5d59d1e4d93ebd73a21edb7bec.tar.bz2 |
Adding sdparm 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 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, } } |