From 08fea4912ffaa1630e5e5012ac21957346789226 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 11 May 2013 15:55:26 -0300 Subject: Adding lshw into nodo::utils::physical --- manifests/utils/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/utils/physical.pp') 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, } -- cgit v1.2.3