Fix stdlib version in metadata

puppetlabs-stdlib is now using the 5.1 version, so we should fix the
stdlib version in metadata.

Change-Id: I34b031db5e22a63860a7617b87f0f8f0e7d7b0cf
This commit is contained in:
ZhongShengping 2018-11-09 14:56:38 +08:00
parent 9e5cdcee67
commit f6eec1fd23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}, },
{ {
"name": "puppetlabs/stdlib", "name": "puppetlabs/stdlib",
"version_requirement": ">=4.0.0 <5.0.0" "version_requirement": ">=5.0.0 <6.0.0"
}, },
{ {
"name": "theforeman/dns", "name": "theforeman/dns",