diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:52:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:52:55 -0300 |
commit | 4d9d80820fa9536f22de1784e6676fd2fd8748d0 (patch) | |
tree | 3d4f3b95126ca492f8502e223238a849cbe4ae67 /manifests/utils/physical.pp | |
parent | fb9b22488943e2f83368bd0cd2ddf01ed74c2229 (diff) | |
download | puppet-nodo-4d9d80820fa9536f22de1784e6676fd2fd8748d0.tar.gz puppet-nodo-4d9d80820fa9536f22de1784e6676fd2fd8748d0.tar.bz2 |
Adds bwm-ng into nodo::utils::physical
Diffstat (limited to 'manifests/utils/physical.pp')
-rw-r--r-- | manifests/utils/physical.pp | 8 |
1 files changed, 4 insertions, 4 deletions
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, } |