Commit 85a7d2ae authored by Javier's avatar Javier
Browse files

add type String for arch var

parent 57ee4e91
Pipeline #512 failed with stages
in 1 minute and 16 seconds
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# @example # @example
# include easybuild # include easybuild
class easybuild ( class easybuild (
$arch = $easybuild::params::arch, String $arch = $easybuild::params::arch,
) { ) {
file { '/etc/easybuild.d': 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