diff --git a/doc/ref/configuration/master.rst b/doc/ref/configuration/master.rst index eb63fcc4a4..ea2067a6aa 100644 --- a/doc/ref/configuration/master.rst +++ b/doc/ref/configuration/master.rst @@ -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``