From 54c56759436016f3ac3e10ac02863e4a6e225821 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 23 Jun 2018 09:55:59 -0300 Subject: Do not install cpuid on arm systems --- manifests/utils/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index d201193..135ef97 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -24,13 +24,13 @@ class nodo::utils::physical ( 'powertop', 'bwm-ng', 'inxi', - 'cpuid', ]: ensure => $ensure, } package { [ 'acpi', + 'cpuid', ]: ensure => $::architecture ? { 'armv5tel' => absent, -- cgit v1.2.3