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
Official stdlib docs state that stdlib 2.x is not compatible with
Puppet 3.x.
We also require Puppet version 3.4.0 or greater due to the use of
contains.
  • Loading branch information
juniorsysadmin committed May 20, 2015
1 parent 1749fb7 commit 29d18ab
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 29d18ab

Please sign in to comment.