example42 / puppet-mysql

Mysql Puppet Module
http://www.example42.com
Other
16 stars 38 forks source link

Allow to revoke grant #52

Closed lermit closed 10 years ago

lermit commented 10 years ago

Hi,

This PR add the parameters 'ensure' on the mysql::grant resource. If you set this to 'absent' the mysql grant will be revoke but the database will not be deleted (I think this is more safe).

Regards

alvagante commented 10 years ago

Thanks, needless to say that if you want to maintain the module, tell me.

lermit commented 10 years ago

Thank you very much.

Yes if you want I can, and will be happy to maintain the module. :)

alvagante commented 10 years ago

Ok, invited. Priorities are:

lermit commented 10 years ago

OK. I'll do my best.

Thanks

alvagante commented 10 years ago

Thanks to you!

lermit commented 10 years ago

Hi @alvagante,

I just try to update the README and it seem I didn't have enough right. As I see here https://github.com/orgs/example42/teams/mysql/repositories there is no repository linked to the group. Can you add the puppet-mysql repository to the group ?

With thanks.

alvagante commented 10 years ago

Ooops, added

lermit commented 10 years ago

It works ! Thx