From: Silvio Rhatto Date: Thu, 29 Oct 2015 19:53:57 +0000 (-0200) Subject: Variable fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=328ffbd2ce6ec5f3d07a3c66153ec9a58e37f9bb;p=puppet-nodo.git Variable fix --- 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,