Heinz Wiesinger
d15e431468
Fix trailing whitespaces.
2015-10-05 21:44:20 +02:00
C John Klehm
425b5e54e3
Update root_password example to use ''
...
The value of False does not work for me on Ubuntu Vivid. Using '' everything works as expected.
2015-06-24 13:18:30 -04:00
zhujinhe
d7f363a1e1
fix typo
...
replace tabs to 2 spaces, tabs eads yaml syntax error on line 73,74
2015-06-02 10:50:38 +08:00
Matthew X. Economou
026c5cea4a
Add example 'mysql:server:root_user' key-value pair.
2015-05-18 10:49:17 -04:00
Tobias Alex-Petersen
462c2f4034
Add possibility of using another host (for db and user management)
2015-04-15 19:40:39 +02:00
Ross Perkins
55728f028b
Added pillar.example of templated schema file
2015-03-18 12:45:24 -07:00
Alex Hayes
e3adb37df1
Ensured newline at end of pillar.example as per request of upstream.
2015-03-10 07:40:19 +11:00
Alex Hayes
5546542b19
Merge branch 'master' of https://github.com/saltstack-formulas/mysql-formula into feature/mysql-dev
...
Conflicts:
README.rst
2015-03-10 07:38:55 +11: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
Alex Hayes
34515c7b50
Add state 'mysql.dev' that provides support for installing MySQL development libraries and header files.
2014-12-12 09:20:09 +11:00
Sonia Hamilton
2a81e0a499
Correct examples for replication.
2014-11-27 10:45:35 +00: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
tiger-seo
a3784bd124
allow to add users without password
2014-08-07 19:47:48 +03:00
Brandon Matthews
ef312bc5e5
clever way to load DB schemas in 2014.1
2014-07-26 23:48:56 -07:00
Nate Houk
3a6b8bd067
Fix typo
2014-06-19 22:48:59 +02:00
Clayton Kramer
d81c6341e9
Added support for MySQL hashed user password. Also added some improved YAML quoting around passwords.
2014-05-15 16:40:02 -04:00
Clayton Kramer
35be06db0c
Create and manage MySQL database users with definable GRANT privileges.
2014-05-12 12:24:16 -04:00
Clayton Kramer
88f80b06a6
Create and manage MySQL databases on the server
2014-05-12 11:47:51 -04:00
Clayton Kramer
101f7ffb59
Updated pillar example and README for new debconf mysql root password feature
2014-05-12 11:10:51 -04:00
Seth House
9f3678bbe2
Renamed package-map.jinja to map.jinja; is used for more than package names
2013-09-03 13:34:10 -06:00
Seth House
bbcfb3c7d6
Moved the mysql-python package names into package-map.jinja
2013-08-22 16:13:37 -06:00
Seth House
4956d7d669
Added pillar example of overriding names via pillar
2013-08-22 15:51:52 -06:00
Kenneth Wilke
4d940f9ecf
Started work on mysqld config templates
2013-08-19 10:03:59 -05:00
Michael Grosser
58462b03a6
Add pillar.example
2013-07-27 22:58:29 +02:00