Cap puppetlabs-mysql to 6.x release

They released puppetlabs-mysql 7.0.0 which breaks our modules,
see the periodic Puppetfile patch here [1].

I think this is related to our usage of "mysql_password" in
the modules which we need to revise to use the new puppet
functions that puppetlabs-mysql have changed to.

That would probably require us to bump minimal requirement of
puppetlabs-mysql to 6.x though, so cap this until we have fixed
modules and updated minimal requirement.

[1] https://review.openstack.org/#/c/611996/

Change-Id: I4c89e935b8d074bfd4f389070ed712429d44b30e
This commit is contained in:
Tobias Urdin 2019-01-11 11:09:50 +01:00
parent 4c29873ab8
commit 689eed407a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">=3.10.0 <8.0.0"
"version_requirement": ">=3.10.0 <7.0.0"
},
{
"name": "puppetlabs/stdlib",