Rephrase and restructure better.

This commit is contained in:
Jamie Bliss 2019-06-01 20:44:43 -04:00 committed by GitHub
parent 8cbe82e039
commit b5cec62be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ dynamic modules when states are run. To disable this behavior set
:conf_minion:`autoload_dynamic_modules` to ``False`` in the minion config.
When dynamic modules are autoloaded via states, only the modules defined in the
same saltenvs as the states currently being run.
same saltenv as the states currently being run are synced.
Sync Via the saltutil Module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -75,10 +75,7 @@ or specific dynamic modules. The ``saltutil.sync_*``
:py:mod:`runner functions <salt.runners.saltutil>` can be used to sync modules
to minions and the master, respectively.
About saltenvs
~~~~~~~~~~~~~~
In either of the above cases, which saltenvs are synced from are based on the topfiles. (Unless specified manually.)
Which saltenvs that the minion syncs from is based on the topfiles. (Unless specified manually.)
The minion syncs modules from saltenvs that mention the minion in the saltenv's topfile.