Commit 4eac6ec5 authored by Javier's avatar Javier
Browse files

testing template

parent 38cef08e
Pipeline #454 failed with stages
in 1 minute and 15 seconds
...@@ -10,7 +10,7 @@ class easybuild { ...@@ -10,7 +10,7 @@ class easybuild {
} }
file { '/etc/easybuild.d/config.cfg': file { '/etc/easybuild.d/config.cfg':
ensure => 'present', ensure => 'present',
source => 'puppet:///modules/easybuild/config.cfg', content => epp('easybuild/config.cfg.epp', {'architecture' => 'prueba'})
require => File['/etc/easybuild.d'], require => File['/etc/easybuild.d'],
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment