-
Notifications
You must be signed in to change notification settings - Fork 797
Open
Description
Describe the Bug
puppet run fails after upgrade mariadb 10.11 to mariadb 11.8
Expected Behavior
puppet run still works as expected
Steps to Reproduce
Steps to reproduce the behavior:
setup mariadb 11.8 repository
use mysql::server class:
class { 'mysql::server':
package_name => 'mariadb-server',
service_name => 'mariadb',
}
see failed puppet runs:
/Stage[main]/Mysql::Server::Service/Service[mysqld]
Skipping because of failed dependencies
location: /etc/puppetlabs/code/modules/mysql/manifests/server/service.pp:27
Could not find a suitable provider for mysql_datadir
Could not find a suitable provider for mysql_user
Could not find a suitable provider for mysql_database
Could not find a suitable provider for mysql_grant
Environment
- Version v16.3.0
- Platform Ubuntu 24.04
- MariaDB 11.8.3
Metadata
Metadata
Assignees
Labels
No labels