From 843a0b1ba2d33ec81b8b54cc91869d6ff2e32679 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 10 May 2013 00:26:25 -0300 Subject: No acpi for armv6l --- manifests/utils/physical.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/utils/physical.pp') diff --git a/manifests/utils/physical.pp b/manifests/utils/physical.pp index 9350ff3..5a002f4 100644 --- a/manifests/utils/physical.pp +++ b/manifests/utils/physical.pp @@ -7,6 +7,7 @@ class nodo::utils::physical { package { 'acpi': ensure => $::architecture ? { 'armv5tel' => absent, + 'armv6l' => absent, default => present, } } -- cgit v1.2.3