example42 / puppet-mysql

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

Adding support to run a grant on a remote host #44

Closed lieutdan13 closed 10 years ago

lieutdan13 commented 10 years ago

This fixes #43

lieutdan13 commented 10 years ago

The Travis failure doesn't seem to be related to the changes made.

alvagante commented 10 years ago

Cool. This would be greatly useful also on the mysql::query and mysql::queryfile defines.

Trying to fix the spec tests on Travis in the meantime

lieutdan13 commented 10 years ago

I actually looked at those this morning and it looks like they are already implemented. They just use different variable names. Correct me if I'm wrong...

alvagante commented 10 years ago

Oops, you're right. Too bad that the parameters names are quite confusing and the same parameter, like mysql_host means different things on query and grant :-I My fault, made times ago...