Skip to content

Commit

Permalink
Merge pull request #231 from dodevops/stdlib9
Browse files Browse the repository at this point in the history
feat: stdlib9 and puppet8 compatibility
  • Loading branch information
h-haaks authored Jan 24, 2024
2 parents 45a70da + 4d3c1a9 commit cba5d07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 1.0.0 < 7.0.0"
"version_requirement": ">= 1.0.0 < 8.0.0"
},
{
"name": "puppet/mysql_java_connector",
"version_requirement": ">= 3.0.2 < 6.0.0"
"version_requirement": ">= 3.0.2 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 9.0.0"
"version_requirement": ">= 4.13.1 < 10.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit cba5d07

Please sign in to comment.