mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #14431 from rallytime/fix_redis_versionadded
Add versionadded to new redis modules
This commit is contained in:
commit
24410ab644
@ -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
|
||||||
============
|
============
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user