mysql-formula/mysql
Matthew X. Economou 524b6e981c Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key
In some MySQL server configurations (e.g., Amazon RDS), the root account
may not be available.  Instead, one may need to use a different account
in order to perform database administration.  This change replaced hard-
coded references to the root account with a Pillar lookup that defaults
to 'root'.  Existing users of this formula should see no change in its
behavior.
2015-05-18 10:33:27 -04:00
..
files Sort options in my.cnf 2015-02-17 09:44:16 +01:00
client.sls fixes #56: pillar lookup.server value is ignored 2015-02-05 17:17:09 +02:00
database.sls Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key 2015-05-18 10:33:27 -04:00
defaults.yaml Merge branch 'master' of https://github.com/saltstack-formulas/mysql-formula into feature/mysql-dev 2015-03-10 07:38:55 +11:00
dev.sls Add state 'mysql.dev' that provides support for installing MySQL development libraries and header files. 2014-12-12 09:20:09 +11:00
disabled.sls New 'mysql.disabled' state. 2015-01-26 11:07:22 +01:00
init.sls Add state 'mysql.dev' that provides support for installing MySQL development libraries and header files. 2014-12-12 09:20:09 +11:00
python.sls Change states to use short-dec style 2014-12-13 00:19:59 -07:00
remove_test_database.sls Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key 2015-05-18 10:33:27 -04:00
server.sls Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key 2015-05-18 10:33:27 -04:00
supported_sections.yaml 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. 2014-12-12 10:05:39 +08:00
user.sls Allow changing connection_user by setting the 'mysql:server:root_user' Pillar key 2015-05-18 10:33:27 -04:00