From: Silvio Rhatto Date: Fri, 10 May 2013 03:26:25 +0000 (-0300) Subject: No acpi for armv6l X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=843a0b1ba2d33ec81b8b54cc91869d6ff2e32679;p=puppet-nodo.git No acpi for armv6l --- 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, } }