flexera-public / rightscale_cookbooks

Other
76 stars 103 forks source link

Made the granting of privileges idempotent #133

Closed jondade closed 12 years ago

jondade commented 12 years ago

The previous version of the cookbooks/db_mysql/definitions/db_mysql_set_privileges.rb conifgured a 'user' by granting all and revoking the super privilege. When using this with a single username / password for all user types in the mysql template the last action taken is to revoke the super priv from the user. This prevents the slave from configuring replication.

lopaka commented 12 years ago

Will be added to maintenance release of LTS - v12.11.1

douglaswth commented 12 years ago

Next time, please use a feature branch for your changes. Thanks!

douglaswth commented 12 years ago

This has been merged in the rightscale_cookbooks_private repository. Thanks!