Merge pull request #14431 from rallytime/fix_redis_versionadded

Add versionadded to new redis modules
This commit is contained in:
Thomas S Hatch 2014-07-23 11:58:27 -06:00
commit 24410ab644
4 changed files with 10 additions and 3 deletions

View File

@ -123,9 +123,10 @@ All of the fileserver backends have been overhauled to be faster, lighter and mo
New Modules New Modules
=========== ===========
Syslog-ng - Syslog-ng
Oracle - Oracle
random - Random
- Redis
Deprecations Deprecations
============ ============

View File

@ -2,6 +2,8 @@
''' '''
Module to provide redis functionality to Salt Module to provide redis functionality to Salt
.. versionadded:: 2014.7.0
:configuration: This module requires the redis python module and uses the :configuration: This module requires the redis python module and uses the
following defaults which may be overridden in the minion configuration: following defaults which may be overridden in the minion configuration:

View File

@ -3,6 +3,8 @@
Read pillar data from a Redis backend Read pillar data from a Redis backend
===================================== =====================================
.. versionadded:: 2014.7.0
:depends: - redis Python module (on master) :depends: - redis Python module (on master)
Salt Master Redis Configuration Salt Master Redis Configuration

View File

@ -3,6 +3,8 @@
Management of Redis server Management of Redis server
========================== ==========================
.. versionadded:: 2014.7.0
:depends: - redis Python module :depends: - redis Python module
:configuration: See :py:mod:`salt.modules.redis` for setup instructions. :configuration: See :py:mod:`salt.modules.redis` for setup instructions.