Skip to content

Commit

Permalink
Allow puppetlabs/stdlib 6.x (#246)
Browse files Browse the repository at this point in the history
stdlib 6.0.0 is due to be released soon.
This module does not use the updated `merge` function.

(Also bumped minimum version to 4.13.0 as that's the version
that introduced the `Stdlib::Absolutepath` type.)

See
https://github.com/puppetlabs/puppetlabs-stdlib/blob/217068f97edd2396ce37ac8c1bd7e23da621d6be/CHANGELOG.md#supported-release-600
https://tickets.puppetlabs.com/browse/MODULES-9017
  • Loading branch information
alexjfisher authored and raphink committed May 8, 2019
1 parent 1a6cc27 commit b3e39c9
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 @@ -14,7 +14,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0 <6.0.0"
"version_requirement": ">=4.13.0 <7.0.0"
},
{
"name": "camptocamp/augeas",
Expand Down

0 comments on commit b3e39c9

Please sign in to comment.