puppetlabs / puppetlabs-mysql

MySQL Puppet Module / Manifests + Types & Providers
Apache License 2.0
380 stars 796 forks source link

Add support for Mariadb 11.x #1644

Closed Marc-DRI closed 2 months ago

Marc-DRI commented 2 months ago

Summary

Add support for Mariadb 11.x and use its mariadb and mariadbd binaries.

Additional Context

From Mariadb 11.0, mysql names are deprecated in favor of mariadb (cf. https://jira.mariadb.org/browse/MDEV-29582). This pull request is:

The initial PR #1626 causes an infinite loop in our case of fresh deployment, because facter is not properly initialized.

Related Issues

This pull request manages to fix #1580 .

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

Marc-DRI commented 2 months ago

Will reopen a MR without commits behind.