mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add docs on minion_data_cache
This commit is contained in:
parent
2218dd95a5
commit
594eb74968
@ -211,6 +211,22 @@ local job cache on the master
|
||||
|
||||
ext_job_cache: redis
|
||||
|
||||
.. conf_master:: minion_data_cache
|
||||
|
||||
``minion_data_cache``
|
||||
---------------------
|
||||
|
||||
Default: True
|
||||
|
||||
The minion data cache is a cache of information about the minions stored on the
|
||||
master, this information is primarily the pillar and grains data. The data is
|
||||
cached in the Master cachedir under the name of the minion and used to pre
|
||||
determine what minions are expected to reply from executions.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
minion_cache_dir: True
|
||||
|
||||
.. conf_master:: sock_dir
|
||||
|
||||
``sock_dir``
|
||||
|
Loading…
Reference in New Issue
Block a user