From 328ffbd2ce6ec5f3d07a3c66153ec9a58e37f9bb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 17:53:57 -0200 Subject: Variable fix --- manifests/utils/storage/iso.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/utils/storage/iso.pp b/manifests/utils/storage/iso.pp index 73590f7..0492a1d 100644 --- a/manifests/utils/storage/iso.pp +++ b/manifests/utils/storage/iso.pp @@ -1,6 +1,6 @@ class nodo::utils::storage::iso { package { 'syslinux': - ensure => $::arch ? { + ensure => $::architecture ? { 'amd64' => present, 'i386' => present, default => absent, -- cgit v1.2.3