Skip to content

Commit

Permalink
Bump minimum version dependencies (for Puppet 4)
Browse files Browse the repository at this point in the history
Bump dependencies to the minimum version that should work under
Puppet 4, based on the metadata
  • Loading branch information
juniorsysadmin committed Dec 23, 2016
1 parent fb8a8dc commit db3aa36
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.2.0 <5.0.0"
"version_requirement": ">= 4.6.0 <5.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 1.8.0 <3.0.0"
"version_requirement": ">= 2.1.0 <3.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.1.1 <3.0.0"
"version_requirement": ">= 1.2.5 <3.0.0"
}
],
"requirements": [
Expand Down

0 comments on commit db3aa36

Please sign in to comment.