module-puppetlabs-mysql/lib/puppet/provider
Ashley Penney c6647c46b3 Fix ordering causing mysql_grant to reapply.
Because arrays are ordered lists, Puppet compares the list of retrieved
privileges against the defined privilege list.  This causes it to
reapply privilege if the ordering differs.  We now forcibly order in
the type and the provider to make sure we never falsely reapply
privileges.
2013-10-20 12:40:18 -04:00
..
database Refactor and rename database_grant to mysql_grant. 2013-09-03 17:24:21 -04:00
database_grant Fixes suggested by RubyMine. (style for the most part.) 2013-07-11 19:42:41 -04:00
database_user Refactor and rename database_grant to mysql_grant. 2013-09-03 17:24:21 -04:00
mysql_database Add collation with the create statement 2013-09-29 09:39:06 -05:00
mysql_grant Fix ordering causing mysql_grant to reapply. 2013-10-20 12:40:18 -04:00
mysql_user Previously we were matching to ensure that usernames matched 2013-10-08 10:12:46 -07:00
mysql.rb Refactor and rename database_grant to mysql_grant. 2013-09-03 17:24:21 -04:00