mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #27780 from go8ose/doco-fix-for-27735
Tweak documentation for saltutils.find_cached_job.
This commit is contained in:
commit
d73303225a
@ -644,7 +644,8 @@ def find_job(jid):
|
||||
|
||||
def find_cached_job(jid):
|
||||
'''
|
||||
Return the data for a specific cached job id
|
||||
Return the data for a specific cached job id. Note this only works if
|
||||
cache_jobs has previously been set to True on the minion.
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user