Skip to content

Commit

Permalink
Merge pull request #59 from abednarik/master
Browse files Browse the repository at this point in the history
Added version requirements for PE and Puppet in metadata.json
  • Loading branch information
bfraser committed Oct 28, 2015
2 parents e52afa8 + 783fd24 commit eac83b3
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
Expand Up @@ -34,11 +34,11 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.2"
},
{
"name": "puppet",
"version_requirement": "3.x"
"version_requirement": ">= 3.4.0"
}
],
"dependencies": [
Expand Down

0 comments on commit eac83b3

Please sign in to comment.