Add cache_jobs to the minion config template

This commit is contained in:
Thomas S Hatch 2012-01-17 23:59:01 -07:00
parent 1e13d5b12e
commit 302857aca0

View File

@ -29,10 +29,16 @@
# Where cache data goes # Where cache data goes
#cachedir: /var/cache/salt #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 # 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. # seconds, between those reconnection attempts.
# acceptance_wait_time = 10 #acceptance_wait_time = 10