edestecd / puppet-mariadb

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

dependancy cycle #35

Closed thaylin closed 3 years ago

thaylin commented 5 years ago

When I try to install a server I get the error:

(File[/etc/locale.conf] => Class[Locales] => Stage[setup] => Stage[main] => Class[Mariadb::Repo::Yum] => Yumrepo[mariadb] => Package[glibc-common] => File[/etc/locale.conf])

The error happens no matter how I attemtp to use it

include mariadb::server

class { 'mariadb::server': options }

I am on rhel 7.5 with puppet 4.10. I have the mysql and its dependencies loaded into the puppet file. I cannot see any requirements for locales in the code, but this is a new error for me.

edestecd commented 5 years ago

what version of the module are you using?

edestecd commented 5 years ago

what is managing locals and glibc-common?

thaylin commented 5 years ago

mod 'saz-locales', '2.3.0'

thaylin commented 5 years ago

as for what version of your module I am using, I am using your latest.

edestecd commented 5 years ago

were using 1.1.1 without issue, so i suspect an issue with that locals module or some ordering you have in a role or profile.

edestecd commented 3 years ago

re open if you are still having this issue