Skip to content

Commit

Permalink
Merge pull request #63 from voxpupuli/stdlib
Browse files Browse the repository at this point in the history
Allow puppetlabs/stdlib 5.x, puppetlabs/apt 6.x and puppetlabs/mysql 6.x
  • Loading branch information
bastelfreak authored Sep 1, 2018
2 parents d1403f6 + cedf48c commit a0eac05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.13.1 < 5.0.0"
"version_requirement": ">= 4.13.1 < 6.0.0"
},
{
"name": "puppetlabs-mysql",
"version_requirement": ">= 3.5.0 < 4.0.0"
"version_requirement": ">= 2.5.0 < 7.0.0"
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 2.1.0 < 3.0.0"
"version_requirement": ">= 2.1.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit a0eac05

Please sign in to comment.