%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/states/mysql_database.pyc |
�
���^c @@ sw d Z d d l m Z m Z m Z d d l Z d d l Z e j e � Z d � Z
d � Z d d d � Z
d � Z d S( uy
Management of MySQL databases (schemas)
=======================================
:depends: - MySQLdb Python module
:configuration: See :py:mod:`salt.modules.mysql` for setup instructions.
The mysql_database module is used to create and manage MySQL databases.
Databases can be set as either absent or present.
.. code-block:: yaml
frank:
mysql_database.present
i ( t absolute_importt print_functiont unicode_literalsNc C@ s
d t k S( u@
Only load if the mysql module is available in __salt__
u mysql.db_exists( t __salt__( ( ( s>