- Package:
- puppet-module-puppetlabs-mysql
- Source:
- puppet-module-puppetlabs-mysql
- Submitter:
- Larsen
- Date:
- 2024-02-26 13:39:04 UTC
- Severity:
- normal
Using this puppet module to create MariaDB users leads to Puppet wanting to set a user's password again and again as it doesn't fetch the current password/authentication string correctly: authentication string is always empty (when the puppet client is running MariaDB 10.3 (Debian Buster, Ubuntu Focal)). A fix is available upstream: https://tickets.puppetlabs.com/browse/MODULES-7487 The pull request fixing the problem: https://github.com/puppetlabs/puppetlabs-mysql/commit/c7da5289129edc8efdf5471e43bb3f778b54c1ce I am using Debian Bookworm (Puppetserver).
This is now fixed in the latest version of the package. Thanks,