aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/utils/storage/iso.pp2
1 files changed, 1 insertions, 1 deletions
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,