Re: [Puppet Users] Problems granting privileges with puppetlabs/mysql

2012-08-07 Thread Nicholas Andre
I've posted on the puppetlabs bug databaseabout this. Is there any solution for managing mysql grants through puppet? Am I doing anything wrong or is this module just fatally flawed? On Monday, July 23, 2012 4:35:37 AM UTC-4, thijso wrote: > > > > On

Re: [Puppet Users] Problems granting privileges with puppetlabs/mysql

2012-07-23 Thread thijso
On Saturday, 21 July 2012 16:34:20 UTC+2, Walter Heck wrote: > > A quick look into mysql/lib/puppet/provider/database_grant/mysql.rb > teaches me this module grants permissions only on db and user level. > Repl_slave is only available at global level. Aha. Thanks for pointing this out. >

Re: [Puppet Users] Problems granting privileges with puppetlabs/mysql

2012-07-21 Thread Walter Heck
A quick look into mysql/lib/puppet/provider/database_grant/mysql.rb teaches me this module grants permissions only on db and user level. Repl_slave is only available at global level. Imho this module is doing it wrong by messing with the mysql table. Instead, it should generate proper GRANT stateme

[Puppet Users] Problems granting privileges with puppetlabs/mysql

2012-07-19 Thread thijso
First off, I'm not sure if I should be asking questions about puppetlabs modules here, if not, I apologise... I'm trying to at least setup my mysql replication user through the mysql module, but I seem to be unable to divine the correct way to do this. I've tried a number of different variation