Correct/add versionadded

This commit is contained in:
jeanluc 2023-06-22 23:40:12 +02:00 committed by Megan Wilhite
parent 830232f9e9
commit 1e08e7d006
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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>`