mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add configuration docs for optimization_order config option
This commit is contained in:
parent
8af2d580f3
commit
fbcd142ea2
2 changed files with 32 additions and 0 deletions
|
@ -1612,6 +1612,22 @@ the master will drop the request and the minion's key will remain accepted.
|
|||
|
||||
allow_minion_key_revoke: False
|
||||
|
||||
.. conf_master:: optimization_order
|
||||
|
||||
``optimization_order``
|
||||
----------------------
|
||||
|
||||
Default: ``[0, 1, 2]``
|
||||
|
||||
In cases where Salt is distributed without .py files, this option determines
|
||||
the priority of optimization level(s) Salt's module loader should prefer.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
optimization_order:
|
||||
- 2
|
||||
- 0
|
||||
- 1
|
||||
|
||||
Master Large Scale Tuning Settings
|
||||
==================================
|
||||
|
|
|
@ -1195,6 +1195,22 @@ option to ``False`` to keep Salt from updating the mine with this information.
|
|||
|
||||
docker.update_mine: False
|
||||
|
||||
.. conf_master:: optimization_order
|
||||
|
||||
``optimization_order``
|
||||
----------------------
|
||||
|
||||
Default: ``[0, 1, 2]``
|
||||
|
||||
In cases where Salt is distributed without .py files, this option determines
|
||||
the priority of optimization level(s) Salt's module loader should prefer.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
optimization_order:
|
||||
- 2
|
||||
- 0
|
||||
- 1
|
||||
|
||||
Minion Module Management
|
||||
========================
|
||||
|
|
Loading…
Add table
Reference in a new issue