Alexander Weidinger
a779417b1a
Prevent 'key: None' in config files
2018-09-05 23:21:39 +02:00
N
1e826ea487
Introduce standardized mapping files
2018-06-24 14:37:18 +01:00
Mikhail Lesyk
2ca2e8b04d
add ability to specify repating keys
...
example:
binlog-ignore-db:
- mysql
- sys
- information_schema
- performance_schema
2016-10-02 13:43:22 +03:00
Heinz Wiesinger
d15e431468
Fix trailing whitespaces.
2015-10-05 21:44:20 +02:00
Wolodja Wentland
2dedb85d5f
Sort options in my.cnf
...
Options in my.cnf are not sorted at this moment which introduces unnecessary
changes whenever the file is being rewritten.
2015-02-17 09:44:16 +01:00
root
f03d88a759
1) Supported params list deleted, because it's hard to keep it fresh (there was cool parser by davidjb, but it does not take care of underscores and hiphen in options names). Now all parameters considering supported, and all hiphen will be replaced with underscore when salt creates my.cnf. Thats why all default parameters changed to underscore type.
...
2) Fixed bug with empty config append parameter
3) Fixed bug with empty root password applying
2014-12-12 10:05:39 +08:00
David\ Beitey
734d5ef7a1
Fix broken state / my.cnf file
2014-10-09 16:47:58 +10: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