Merge pull request #18061 from terminalmage/sync_all-docstring

Add explanation of "refresh" arg to saltutil.sync_all
This commit is contained in:
Colton Myers 2014-11-13 12:29:22 -07:00
commit 21bf2ef724

View file

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