[Puppet Users] Re: yumrepo still not working ?

2017-08-26 Thread Tomáš Krasničan
it seems to be known bug https://tickets.puppetlabs.com/browse/PUP-2782 -- 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 puppet-users+unsubscr...@googlegroups.com

[Puppet Users] Re: Puppet MYSQL

2015-07-09 Thread Tomáš Krasničan
Hi, The problem is that puppet have no (root) access to mysql database. You have to fill root_password parameter or /root/.my.cnf. You're managing local mysql, puppet tries connect to local database (mysql -h localhost), so user host/permission host will allways be @localhost. --Tom On Thu