mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-05-14 06:30:36 +02:00
fix(config): master_job_cache in saltmaster jinja
This commit is contained in:
parent
f033f904a3
commit
6e688e0ff0
@ -80,6 +80,11 @@
|
|||||||
#
|
#
|
||||||
{{ get_config('cachedir', '/var/cache/salt/master') }}
|
{{ get_config('cachedir', '/var/cache/salt/master') }}
|
||||||
|
|
||||||
|
# Specify the returner to use for the job cache. The job cache will only be
|
||||||
|
# interacted with from the salt master and therefore does not need to be
|
||||||
|
# accessible from the minions.
|
||||||
|
{{ get_config('master_job_cache', 'local_cache') }}
|
||||||
|
|
||||||
# Directory for custom modules. This directory can contain subdirectories for
|
# Directory for custom modules. This directory can contain subdirectories for
|
||||||
# each of Salt's module types such as "runners", "output", "wheel", "modules",
|
# each of Salt's module types such as "runners", "output", "wheel", "modules",
|
||||||
# "states", "returners", etc.
|
# "states", "returners", etc.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user