Hi,
I've been moving from extlookup to hiera, and it's generally gone fairly
smoothly, but I've run into a problem with one of our defines ...
I get this error:
err: Could not retrieve catalog from remote server: Error 400 on SERVER: can't
convert Array into String at ...
The define uses an exec to install Perl CPAN modules and sets log output based
on a hiera lookup.
exec{"cpan_load_${title}":
< cut …>
logoutput => hiera('cpan_logoutput'),
}
If I remove that line, everything runs through fine.
The yaml for hiera:
---
cpan_logoutput: true
Any ideas on what could be triggering this error?
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.