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
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