Matthias Pigulla
d15c9d1621
( #11363 ) Add two missing privileges to grant: event_priv, trigger_priv
...
These were missing from the list of allowed privileges:
* event_priv
* trigger_priv
No rspec changes, as we don't even have basic coverage on these providers and
its a minor change so should be low risk.
2011-12-30 16:33:21 +00:00
Christian G. Warden
0292456f76
( #11184 ) Allow wildcards in account host names
...
Allow wildcard in the host part of MySQL accounts:
http://dev.mysql.com/doc/refman/5.0/en/grant.html#grant-accounts-passwords
For the examples, Add a database_user test that contains a wildcard in the host
name part.
Also in the examples, pass root_password to mysql::server in config_hash.
2011-12-05 23:39:47 +00:00
Matthias Pigulla
b0ff433860
Fix ( #10882 ) by making all commands optional.
2011-11-16 16:49:31 +01:00
Dan Bode
4774c63435
Database should set charset on create.
...
Previously, the charset of the database was not
being set on create, causing puppet to have to
potentially run twice to update it.
2011-06-16 21:57:06 -07:00
Dan Bode
f65e49e2ce
added more input validation for db user.
2011-05-26 18:10:30 -07:00
Dan Bode
d28f0e0327
adding first commit for mysql.
2011-05-24 23:22:43 -07:00