Skip to content

Commit

Permalink
change puppetlabs/stdlib version dep to >= 4.6.0
Browse files Browse the repository at this point in the history
To allow usage of validate_integer()
  • Loading branch information
Joshua Hoblitt committed May 1, 2015
1 parent 9f87c26 commit 5a6c4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 0.0.3 < 2.0.0" },
{ "name": "puppetlabs/java", "version_requirement": ">= 1.0.1 < 2.0.0" },
{ "name": "darin/zypprepo", "version_requirement": ">= 1.0.1 < 2.0.0" }
Expand Down

0 comments on commit 5a6c4d5

Please sign in to comment.