]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds bwm-ng into nodo::utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 15:52:55 +0000 (12:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 15:52:55 +0000 (12:52 -0300)
manifests/utils/physical.pp

index ac317f2c9aa32501f7ac44fefe253ad9adf69c06..0c99fb9ef89b9953f6d7c287ad5ca9f2e3c7bd6f 100644 (file)
@@ -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,
   }