Fix stdlib version in metadata

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

Change-Id: I2bb5537a50614f1606b0facad6ec8f6ee224f3aa
This commit is contained in:
ZhongShengping 2019-12-11 11:53:03 +08:00
parent 02a555206d
commit b082de1780
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=5.0.0 <6.0.0"
"version_requirement": ">=5.0.0 <7.0.0"
}
],
"description": "Puppet module to add useful utilities for OpenStack deployments",