Commit graph

3 commits

Author SHA1 Message Date
Tony Narlock
a58db1fa4a import_users: PEP8, allow optional password via -p flag. Fix an issue
with trailing semicolon. Give more helpful warning if mysql-python
package is missing.
2015-03-19 14:34:27 -07:00
Scott Reeves
686dcf293f Use a dict instead of a list for users 2014-11-02 00:57:27 -04:00
root
c55c2a4c46 Add support table param for mysql.user state (by default table is *)
Add support of changing/adding any attribute in my.cnf. NB!!! It breaks backward compatibility for mysql.server state.
Delete mysql_size param support (now you can customiza all my.cnf parameters in pillar)
Add script import_users.py that create user pillar for existent server
Add support root@localhost mysql user without password (root_password = False)
Add support of grant_option
2014-09-29 00:08:11 +09:00