mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #7 from gravyboat/master
Updated readme for formatting standards.
This commit is contained in:
commit
428586b960
1 changed files with 18 additions and 4 deletions
22
README.rst
22
README.rst
|
@ -1,12 +1,26 @@
|
|||
=====
|
||||
mysql
|
||||
=====
|
||||
|
||||
Install the MySQL client and/or server
|
||||
Install the MySQL client and/or server.
|
||||
|
||||
.. note::
|
||||
|
||||
See the full `Salt Formulas installation and usage instructions
|
||||
<http://docs.saltstack.com/topics/conventions/formulas.html>`_.
|
||||
|
||||
Available states
|
||||
----------------
|
||||
================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
``mysql.client``
|
||||
Install the MySQL client package.
|
||||
----------------
|
||||
|
||||
Install the MySQL client package.
|
||||
|
||||
``mysql.server``
|
||||
Install the MySQL server package and start the service.
|
||||
----------------
|
||||
|
||||
Install the MySQL server package and start the service.
|
||||
|
|
Loading…
Add table
Reference in a new issue