From 3b66f647d7dedc3142ce93128fd9971c245ba62d Mon Sep 17 00:00:00 2001 From: Javier Ruiz Bosch Date: Mon, 18 Feb 2019 16:49:20 -0500 Subject: [PATCH] add , --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index a2ce487..e3b91d3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,7 +10,7 @@ class easybuild { } file { '/etc/easybuild.d/config.cfg': ensure => 'present', - content => epp('easybuild/config.cfg.epp', {'architecture' => 'prueba'}) + content => epp('easybuild/config.cfg.epp', {'architecture' => 'prueba'}), require => File['/etc/easybuild.d'], } } -- GitLab