module-puppetlabs-mysql/lib/puppet
2013-12-11 13:15:21 +01:00
..
parser/functions Fixes issue #274 by using recursive hash merge. 2013-09-25 10:38:08 -07:00
provider mysql_grant bugfix: on table *.* SHOW GRANT can return 'WITH MAX_QUERIES_PER_HOUR' which breaks the captures on the match 2013-12-11 13:15:21 +01:00
type Type mysql_grant was limited to work only with resource names foo@localhost/*.* or foo@localhost/bar.* but NOT with root@localhost/@ which is the parsed value of "GRANT PROXY ON ''@'' TO 'root'@'localhost' WITH GRANT OPTION" grant line. 2013-11-16 19:11:39 +01:00