mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #18061 from terminalmage/sync_all-docstring
Add explanation of "refresh" arg to saltutil.sync_all
This commit is contained in:
commit
21bf2ef724
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ def sync_all(saltenv=None, refresh=True):
|
|||
Sync down all of the dynamic modules from the file server for a specific
|
||||
environment
|
||||
|
||||
refresh : True
|
||||
Also refresh the execution modules available to the minion.
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue