-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concat call needs stdlib 4.6.0 #57
Comments
becomingwisest
added a commit
to becomingwisest/puppet-cpan
that referenced
this issue
Jun 25, 2020
https://github.com/puppetlabs/puppetlabs-stdlib/blob/4.6.x/CHANGELOG.md updated concat to support multiple arrays. If we use less then that, we get `Error 400 on SERVER: concat(): Wrong number of arguments given (3 for 2) at` for `cpan/manifests/params.pp:50`
Thanks, just open the PR against master |
Meh, reading it again, its 4.6.0. If you'd like I can work on some test(s) to double check my expectations. |
becomingwisest
added a commit
to becomingwisest/puppet-cpan
that referenced
this issue
Jul 27, 2020
faxm0dem
pushed a commit
that referenced
this issue
Jul 28, 2020
@faxm0dem / @becomingwisest -- Are we good to close or is this still an open issue? |
I think we're good, @becomingwisest ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ccin2p3/puppet-cpan/blob/v2.0.0/manifests/params.pp#L50 uses concat with 3 arrays, but support for more then two arrays came in 2.6.0 per https://github.com/puppetlabs/puppetlabs-stdlib/blob/4.6.x/CHANGELOG.md
Otherwise you get errors like
Error 400 on SERVER: concat(): Wrong number of arguments given (3 for 2) at
Could we get a 2.0.x branch for a pull request to fix this and other issues?
The text was updated successfully, but these errors were encountered: