Commit f87ba9ec authored by Javier's avatar Javier
Browse files

adding arch variable

parent 39306e7c
Pipeline #457 failed with stages
in 1 minute and 16 seconds
......@@ -5,12 +5,13 @@
# @example
# include easybuild
class easybuild {
$arch = ''
file { '/etc/easybuild.d':
ensure => 'directory',
}
file { '/etc/easybuild.d/config.cfg':
ensure => 'present',
content => epp('easybuild/config.cfg.epp', {'architecture' => 'prueba'}),
content => epp('easybuild/config.cfg.epp', {'architecture' => $arch}),
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