Re: [Puppet Users] Help with dependancy cycle

2014-03-27 Thread Adam Clark
I am trying to use this with the modules from forgestack, which only have mysql providers. Might be easier to just use the puppet-mariadb module and write a new provider into all the various openstack modules. Regardless, would be great to get an answer for when this stuff happens in the future.

Re: [Puppet Users] Help with dependancy cycle

2014-03-27 Thread Xav Paice
On 28/03/14 15:31, Adam Clark wrote: > Hi all, > I am writing a module to manage MySQL/MariaDB with Galera extensions > and have run into a problem I don't seem to be able to figure out. > > Error: Could not apply complete catalog: Found 1 dependency cycle: > (File[/etc/mysql/conf.d/wsrep.cnf] =>

[Puppet Users] Help with dependancy cycle

2014-03-27 Thread Adam Clark
Hi all, I am writing a module to manage MySQL/MariaDB with Galera extensions and have run into a problem I don't seem to be able to figure out. Error: Could not apply complete catalog: Found 1 dependency cycle: (File[/etc/mysql/conf.d/wsrep.cnf] => Service[mysqld] => Class[Mysql::Server] => Cl