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 3, 2015
1 parent 8fb6a49 commit f5d725d
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 @@ -58,7 +58,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.2.1 <5.0.0"
"version_requirement": ">=3.0.0 <5.0.0"
}
],
"requirements": [
Expand All @@ -68,7 +68,7 @@
},
{
"name": "puppet",
"version_requirement": ">=3.0.0 < 4.0.0"
"version_requirement": ">=3.4.0 < 4.0.0"
}
]
}

0 comments on commit f5d725d

Please sign in to comment.