Skip to content

Commit

Permalink
Merge pull request #130 from juniorsysadmin/fix-deps
Browse files Browse the repository at this point in the history
Fix stdlib and Puppet version requirements in metadata.json
  • Loading branch information
nibalizer committed May 22, 2015
2 parents 1749fb7 + 29d18ab commit 386f8aa
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 @@ -62,10 +62,10 @@
},
{
"name": "puppet",
"version_requirement": ">=3.0.0 < 4.0.0"
"version_requirement": ">=3.4.0 < 4.0.0"
}
],
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">=2.2.1 <5.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":">=3.0.0 <5.0.0"}
]
}

0 comments on commit 386f8aa

Please sign in to comment.