mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Docs per #3543
This commit is contained in:
parent
eb273a04fa
commit
65d4d84295
1 changed files with 16 additions and 0 deletions
|
@ -192,6 +192,22 @@ the jobs system and is not generally recommended. Normally it is wise to make
|
|||
sure the master has access to a faster IO system or a tmpfs is mounted to the
|
||||
jobs dir
|
||||
|
||||
.. conf_master:: ext_job_cache
|
||||
|
||||
``ext_job_cache``
|
||||
-----------------
|
||||
|
||||
Default: ''
|
||||
|
||||
Used to specify a default returner for all minions, when this option is set
|
||||
the specified returner needs to be properly configured and the minions will
|
||||
allways default to sening returns to this returner. This will also disable the
|
||||
local job cache on the master
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
ext_job_cache: redis
|
||||
|
||||
.. conf_master:: sock_dir
|
||||
|
||||
``sock_dir``
|
||||
|
|
Loading…
Add table
Reference in a new issue