mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use @mchugh19's suggestion
This commit is contained in:
parent
b5cec62be3
commit
f68568d6c3
1 changed files with 1 additions and 5 deletions
|
@ -75,11 +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.
|
||||
|
||||
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.
|
||||
|
||||
That is, for each saltenv on the file server, if a minion is mentioned in that saltenv's topfile, the minion will load modules from that saltenv.
|
||||
If saltenv environments are used (through the :ref:`top file <states-top>`, the :conf_minion:`environment` option of the minion configuration file, or as an argument on the command line) modules will be synced from the applied environments.
|
||||
|
||||
|
||||
The extmods Directory
|
||||
|
|
Loading…
Add table
Reference in a new issue