Skip to content

Commit

Permalink
params.pp uses concat with 3 arrays, it needs stdlib 2.6.0 [ccin2p3#57]
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
becomingwisest committed Jun 25, 2020
1 parent 91dd429 commit 03425d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": [
{
"name":"puppetlabs-stdlib",
"version_requirement":">= 2.2.0"
"version_requirement":">= 2.6.0"
}
]
}

0 comments on commit 03425d3

Please sign in to comment.