mysql-formula/mysql
Joe Julian 703388ec05 Fix broken GRANT when not ssl
if ssl_option is not False, mysql_grant.present adds "REQUIRE" to the
grant command but since all the ssl sub options are false or missing,
there is a null string appended to the requirements. This causes the
grant command to fail.

This tests to see if ssl or X509 are set. If they're not, it skips the
entire ssl_option section leaving ssl_option==False to prevent that
error.
2016-09-07 09:32:55 -07:00
..
files Adding galera config file 2016-08-30 09:21:19 +02:00
client.sls Add better support for a config directory with split config files. 2015-10-05 21:50:19 +02:00
config.sls Adding galera config file 2016-08-30 09:21:19 +02:00
database.sls Allow loading into remote databases 2016-02-25 17:08:16 +00:00
defaults.yaml galera: fix invalid default 2016-08-31 16:23:34 +02: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 Fix trailing whitespaces. 2015-10-05 21:44:20 +02:00
python.sls Change states to use short-dec style 2014-12-13 00:19:59 -07:00
remove_test_database.sls Fix wrong variable name for the salt user password in some files. 2015-10-09 10:12:32 +02:00
salt-user.sls Add states for optional dedicated salt user instead of root. 2015-10-08 17:40:04 +02:00
server.sls fix archlinux package 2016-05-25 22:57:24 +02:00
supported_sections.yaml allow section galera to be configured 2016-08-28 14:47:25 +02:00
user.sls Fix broken GRANT when not ssl 2016-09-07 09:32:55 -07:00