diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-11 15:55:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-11 15:55:26 -0300 |
commit | 08fea4912ffaa1630e5e5012ac21957346789226 (patch) | |
tree | a91042abf88c0d8d884b89005f7ce8760cc56368 /manifests/utils/physical.pp | |
parent | 843a0b1ba2d33ec81b8b54cc91869d6ff2e32679 (diff) | |
download | puppet-nodo-08fea4912ffaa1630e5e5012ac21957346789226.tar.gz puppet-nodo-08fea4912ffaa1630e5e5012ac21957346789226.tar.bz2 |
Adding lshw into nodo::utils::physical
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 5a002f4..97d0945 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -1,6 +1,6 @@ # Common utilities for physical class nodo::utils::physical { - package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar' ]: + package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', 'lshw' ]: ensure => installed, } |