From 57ee4e913186d483fe1bc16648b7c04be5e6f8b1 Mon Sep 17 00:00:00 2001 From: Javier Ruiz Bosch Date: Thu, 14 Mar 2019 16:00:05 -0400 Subject: [PATCH] agregarndo simbolo de peso a la variable arch --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7e3d66e..15ef6de 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ # @example # include easybuild class easybuild ( - $arch = easybuild::params::arch, + $arch = $easybuild::params::arch, ) { file { '/etc/easybuild.d': -- GitLab