Add configuration docs for optimization_order config option

This commit is contained in:
Erik Johnson 2018-07-17 16:37:42 -05:00
parent 8af2d580f3
commit fbcd142ea2
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
2 changed files with 32 additions and 0 deletions

View file

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

View file

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