Package: puppet-module-puppetlabs-mysql / 15.0.0-3

Metadata

Package Version Patches format
puppet-module-puppetlabs-mysql 15.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix client_dev_package_name.patch | (download)

manifests/params.pp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ::params:client_dev_package_name
 In Buster and on, we have libmariadbclient-dev ->
 libmariadb-dev. This patch fixes it.
fix creation of var log mysql.patch | (download)

manifests/params.pp | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 fix missing creation of /var/log/mysql
 Since this commit:
 https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/27
 the mariadb-server package in Debian doesn't create /var/log/mysql, which
 makes mysql::server::installdb fail.
 .
 This patch adds creating of /var/log/mysql in the installdb.pp itself, to
 fix the current situation.