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] => Service[mysqld] => > Class[Mysql::Server] => Class[Mysql::Config] => > File[/etc/mysql/conf.d] => File[/etc/mysql/conf.d/wsrep.cnf]) > Cycle graph written to /var/lib/puppet/state/graphs/cycles.dot. > > Hi,
I usually find a cup of coffee and a walk round the block sorts that kind of issue out - but it also usually involves a bit of drastic re-thinking and a large whiteboard picture ;(. You might find https://github.com/xavpaice/puppet-mariadb helpful - it's a bit of work I nabbed from NeCTAR and added bits to, but it's quite out of date now. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5334E836.3060309%40gmail.com. For more options, visit https://groups.google.com/d/optout.
