]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Variable fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Oct 2015 19:53:57 +0000 (17:53 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Oct 2015 19:53:57 +0000 (17:53 -0200)
manifests/utils/storage/iso.pp

index 73590f7653e7976a64ad4aee188007decd635294..0492a1d8898ee3a79a6498064c79475f8e148cdf 100644 (file)
@@ -1,6 +1,6 @@
 class nodo::utils::storage::iso {
   package { 'syslinux':
-    ensure => $::arch ? {
+    ensure => $::architecture ? {
       'amd64' => present,
       'i386'  => present,
       default => absent,