mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add documentation to master config docs for job_cache_store_endtime
This commit is contained in:
parent
887cd070ca
commit
43c39e7408
1 changed files with 16 additions and 0 deletions
|
@ -717,6 +717,22 @@ accessible from the minions.
|
|||
|
||||
master_job_cache: redis
|
||||
|
||||
.. conf_master:: job_cache_store_endtime
|
||||
|
||||
``job_cache_store_endtime``
|
||||
---------------------------
|
||||
|
||||
.. versionadded:: 2015.8.0
|
||||
|
||||
Default: ``False``
|
||||
|
||||
Specify whether the Salt Master should store end times for jobs as returns
|
||||
come in.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
job_cache_store_endtime: False
|
||||
|
||||
.. conf_master:: enforce_mine_cache
|
||||
|
||||
``enforce_mine_cache``
|
||||
|
|
Loading…
Add table
Reference in a new issue