Update minium stdlib version

Change I2435ad3153c667a9ffd01bd10b5c5b645d5b76fb introduced the usage of
the service_provider fact. This fact was not included in stdlib until
version 4.10.0. This change updates the metadata.json with this
requirement.

Change-Id: I7aa22a25bdae136acaab22f00c167fab3ffa156c
This commit is contained in:
Alex Schultz 2016-05-11 09:56:48 -06:00
parent 51382e337d
commit 58a7cfb8a4
2 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,6 @@
{ "name": "puppetlabs/apache", "version_requirement": ">=1.4.1 <2.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.2.1 <3.0.0" },
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.10.0 <5.0.0" }
]
}

View File

@ -0,0 +1,5 @@
---
fixes:
- Update the minimum requirements for stdlib to 4.10.0 which
includes the service_provider fact which is required to ensure
the services are managed correctly.