edestecd / puppet-mariadb

Puppet Module for managing MariaDB
GNU General Public License v3.0
3 stars 21 forks source link

How in the world can I install 10.4???? #40

Open ragingdave opened 4 years ago

ragingdave commented 4 years ago

I have tried just specifying the repo version, but in all attempted cases under all the permutations I can come up with I can't specify the correct package names for CentOS8, which ends up just always, without regard for any hiera config, using the default non-existant package names. The title says it all... How does one install 10.4 using this puppet module.

edestecd commented 4 years ago

This module does not currently support CentOS 8. If you find a solution please share so we can update it.

ubellavance commented 2 years ago

@edestecd It runs fine on RHEL, but with the upstream MariaDB packages, not RHEL's. I suppose you recommend to use the puppetlabs/mysql module?