Skip to content

puppet run fails after upgrade mariadb 10.11 to mariadb 11.8 #1685

@rtuk

Description

@rtuk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions