Skip to content

Commit

Permalink
Bump min version_requirement for Puppet + dep
Browse files Browse the repository at this point in the history
We currently only run automated tests against Puppet 3 latest and
therefore cannot guarantee that this module works as is expected with
earlier Puppet versions

Bump stdlib to the minimum version that should work under Puppet 4,
based on the metadata

Also remove deprecated pe version_requirement field
  • Loading branch information
juniorsysadmin committed Dec 25, 2016
1 parent e218e69 commit 709986d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,15 @@
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": ">=3.7.0 <5.0.0"
"version_requirement": ">=3.8.7 < 5.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=4.1.0 <5.0.0"
"version_requirement": ">=4.6.0 < 5.0.0"
}
]
}

0 comments on commit 709986d

Please sign in to comment.