From b13266a88a609cf1504dafe5cb4e473a829ceb0f Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Sun, 9 Feb 2014 05:59:02 +0000 Subject: [PATCH] Updated readme for formatting standards. --- README.rst | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2eb3683..627c9fd 100644 --- a/README.rst +++ b/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 + `_. 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.