From: Silvio Rhatto Date: Fri, 12 Jul 2013 23:44:30 +0000 (-0300) Subject: Adding sg3-utils into nodo::utils::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ac63151341b51ad47716ed20ba69114aabe124c6;p=puppet-nodo.git Adding sg3-utils into nodo::utils::physical --- diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 97d0945..9e96b9f 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -1,6 +1,8 @@ # Common utilities for physical class nodo::utils::physical { - package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', 'lshw' ]: + package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', + 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', + 'lshw', 'sg3-utils' ]: ensure => installed, }