Skip to content

Commit

Permalink
Fix stdlib and Puppet version requirements in metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorsysadmin committed May 13, 2015
1 parent 1749fb7 commit 56352ca
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 56352ca

Please sign in to comment.