Skip to content

Commit

Permalink
Merge pull request #59 from mpdude/patch-1
Browse files Browse the repository at this point in the history
Allow up-to-date versions of the stdlib and concat modules to be used
jonhattan authored Feb 16, 2022
2 parents 4b33f05 + bddff41 commit 66d9808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.14.0 < 7.0.0"
"version_requirement": ">= 4.14.0 < 9.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.2.1 < 7.0.0"
"version_requirement": ">= 1.2.1 < 8.0.0"
}
],
"operatingsystem_support": [

0 comments on commit 66d9808

Please sign in to comment.