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
|
||||
===========
|
||||
|
||||
Syslog-ng
|
||||
Oracle
|
||||
random
|
||||
- Syslog-ng
|
||||
- Oracle
|
||||
- Random
|
||||
- Redis
|
||||
|
||||
Deprecations
|
||||
============
|
||||
|
@ -2,6 +2,8 @@
|
||||
'''
|
||||
Module to provide redis functionality to Salt
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
:configuration: This module requires the redis python module and uses the
|
||||
following defaults which may be overridden in the minion configuration:
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
Read pillar data from a Redis backend
|
||||
=====================================
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
:depends: - redis Python module (on master)
|
||||
|
||||
Salt Master Redis Configuration
|
||||
|
@ -3,6 +3,8 @@
|
||||
Management of Redis server
|
||||
==========================
|
||||
|
||||
.. versionadded:: 2014.7.0
|
||||
|
||||
:depends: - redis Python module
|
||||
:configuration: See :py:mod:`salt.modules.redis` for setup instructions.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user