From 4d9d80820fa9536f22de1784e6676fd2fd8748d0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Mar 2016 12:52:55 -0300 Subject: Adds bwm-ng into nodo::utils::physical --- manifests/utils/physical.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests') 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, } -- cgit v1.2.3