diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-01-05 10:21:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-01-05 10:21:41 -0200 |
commit | 824e7d18282b9b239bcdad500fd0eb0c596571c1 (patch) | |
tree | fb9019fb6528829a0706b1f3e7f7d5edf65d366a /manifests | |
parent | 1277c633956b9098528f7843ee4ee7779061736b (diff) | |
download | puppet-nodo-824e7d18282b9b239bcdad500fd0eb0c596571c1.tar.gz puppet-nodo-824e7d18282b9b239bcdad500fd0eb0c596571c1.tar.bz2 |
Adds bmon into nodo::utils::physical
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/physical.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 135ef97..420552c 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -24,6 +24,7 @@ class nodo::utils::physical ( 'powertop', 'bwm-ng', 'inxi', + 'bmon', ]: ensure => $ensure, } |