From a8f6a47fad1fb24f143dbadd373667c7ae32b4cd Mon Sep 17 00:00:00 2001 From: Nitin Madhok Date: Wed, 30 Jul 2014 13:48:05 -0400 Subject: [PATCH] Update README.rst --- README.rst | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 932c82a..3738302 100644 --- a/README.rst +++ b/README.rst @@ -3,8 +3,34 @@ memcached Install and start the memcached service +.. note:: + + See the full `Salt Formulas installation and usage instructions + `_. + +Available states +================ + +.. contents:: + :local: + +``memcached`` +------------- + +Installs and starts memcached service + +``memcached.config`` +-------------------- + +Memcached configuration file + +``memcached.python_memcached`` +------------------------------ + +Installs ``python-memcached`` package for RedHat/CentOS and ``python-memcache`` package for Debian + Instructions ------------- +============ 1. Add this repository as a `GitFS backend`_ in your Salt master config.