From 27c3ace7fbd868146681a6e99de778224034ba58 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 12 Mar 2016 11:13:12 -0300 Subject: Do not try to install acpi on armv7l --- manifests/utils/physical.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests') diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 071c9a9..ac317f2 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -11,6 +11,7 @@ class nodo::utils::physical { ensure => $::architecture ? { 'armv5tel' => absent, 'armv6l' => absent, + 'armv7l' => absent, default => present, } } -- cgit v1.2.3