aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/physical.pp1
1 files changed, 1 insertions, 0 deletions
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,
}
}