ansible/database/mysql
Julia Kreger 35bcd6a965 Set default for mysql_user config_file
The default value set by the module was a value of None for the
config_file parameter, which propogates into the connect method
call overriding the stated default in the method.

Instead, the default should be set with-in the parameter
specification so the file check is not requested to check None.
2015-04-30 11:40:04 -04:00
..
__init__.py Some more module categorization. 2014-11-04 17:23:22 -05:00
mysql_db.py Merge pull request #888 from ansible/mysql-port 2015-03-04 18:57:32 -08:00
mysql_user.py Set default for mysql_user config_file 2015-04-30 11:40:04 -04:00
mysql_variables.py Escape mysql identifiers 2014-11-25 01:46:09 -08:00