mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Add cache_jobs to the minion config template
This commit is contained in:
parent
1e13d5b12e
commit
302857aca0
@ -29,10 +29,16 @@
|
||||
# Where cache data goes
|
||||
#cachedir: /var/cache/salt
|
||||
|
||||
# The minion can locally cache the return data from jobs sent to it, this
|
||||
# can be a good way to keep track minion side of the jobs the minion has
|
||||
# executed. By default this feature is disabled, to enable set cache_jobs
|
||||
# to True
|
||||
#cache_jobs: False
|
||||
|
||||
# When waiting for a master to accept the minion's public key, salt will
|
||||
# contiuously attempt to reconnect until successful. This is the time, in
|
||||
# continuously attempt to reconnect until successful. This is the time, in
|
||||
# seconds, between those reconnection attempts.
|
||||
# acceptance_wait_time = 10
|
||||
#acceptance_wait_time = 10
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user