From 86699b71bc0ce457c1e1bdc95392c866ec9d07c4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 Jun 2018 04:44:17 -0300 Subject: Adds inxi and cpuid into nodo::utils::physical --- manifests/utils/physical.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 89f6064..d201193 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -23,6 +23,8 @@ class nodo::utils::physical ( 'gdisk', 'powertop', 'bwm-ng', + 'inxi', + 'cpuid', ]: ensure => $ensure, } -- cgit v1.2.3