(maint) Require puppet version >= 3.7 for typing

Prior to this commit, the metadata for strings required a puppet
version of 3.6.0 or greater. However, now that we are deriving
parameter type information, we need 3.7.0 or greater because parameter
typing was not included in previous versions of the parser.

Update the metadata to reflect this change in version requirement.
This commit is contained in:
Hailee Kenney 2015-07-20 16:49:33 -07:00
parent bd319f3c82
commit 36a5e12edc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"requirements": [ "requirements": [
{ {
"name": "puppet", "name": "puppet",
"version_requirement": ">= 3.6.0" "version_requirement": ">= 3.7.0"
} }
], ],
"dependencies": [ "dependencies": [