From 03425d38fa400d7e1fa186188035f4619e0efff2 Mon Sep 17 00:00:00 2001 From: Christopher Evans Date: Thu, 25 Jun 2020 09:37:17 -0700 Subject: [PATCH] params.pp uses concat with 3 arrays, it needs stdlib 2.6.0 [ccin2p3/puppet-cpan#57] 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` --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ab93426..0a2df9e 100644 --- a/metadata.json +++ b/metadata.json @@ -22,7 +22,7 @@ "dependencies": [ { "name":"puppetlabs-stdlib", - "version_requirement":">= 2.2.0" + "version_requirement":">= 2.6.0" } ] }