From: Silvio Rhatto Date: Thu, 24 Mar 2016 15:52:55 +0000 (-0300) Subject: Adds bwm-ng into nodo::utils::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4d9d80820fa9536f22de1784e6676fd2fd8748d0;p=puppet-nodo.git Adds bwm-ng into nodo::utils::physical --- diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index ac317f2..0c99fb9 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -1,9 +1,9 @@ # Common utilities for physical class nodo::utils::physical { - package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', - 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', - 'lshw', 'sg3-utils', 'nmon', 'atop', 'dcfldd', 'gdisk', - 'powertop' ]: + package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', + 'iptraf', 'htop', 'sdparm', 'iotop', 'sysstat', 'saidar', + 'lshw', 'sg3-utils', 'nmon', 'atop', 'dcfldd', 'gdisk', + 'powertop', 'bwm-ng' ]: ensure => installed, }