Add docs on minion_data_cache

This commit is contained in:
Thomas S Hatch 2013-06-11 10:35:45 -06:00
parent 2218dd95a5
commit 594eb74968

View File

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