mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct/add versionadded
This commit is contained in:
parent
830232f9e9
commit
1e08e7d006
2 changed files with 3 additions and 1 deletions
|
@ -844,7 +844,7 @@ def sync_executors(saltenv="base", extmod_whitelist=None, extmod_blacklist=None)
|
|||
|
||||
def sync_wrapper(saltenv="base", extmod_whitelist=None, extmod_blacklist=None):
|
||||
"""
|
||||
.. versionadded:: 3000
|
||||
.. versionadded:: 3007.0
|
||||
|
||||
Sync salt-ssh wrapper modules from ``salt://_wrapper`` to the master.
|
||||
|
||||
|
|
|
@ -353,6 +353,8 @@ def sync_serializers(name, **kwargs):
|
|||
|
||||
def sync_wrapper(name, **kwargs):
|
||||
"""
|
||||
.. versionadded:: 3007.0
|
||||
|
||||
Performs the same task as saltutil.sync_wrapper module
|
||||
See :mod:`saltutil module for full list of options <salt.modules.saltutil>`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue