mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31682 from cachedout/cache_meaning
Add definition of job cache to glossary
This commit is contained in:
commit
27f443895d
1 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,11 @@ Glossary
|
|||
command are a single job. *See also*: :py:mod:`jobs runner
|
||||
<salt.runners.jobs>`.
|
||||
|
||||
Job Cache
|
||||
A storage location for job results, which may then be queried by a
|
||||
salt runner or an external system. May be local to a salt master
|
||||
or stored externally.
|
||||
|
||||
Job ID
|
||||
A unique identifier to represent a given :term:`job`.
|
||||
|
||||
|
@ -258,4 +263,4 @@ Glossary
|
|||
A function in a module that is called on module load to determine
|
||||
whether or not the module should be available to a minion. This
|
||||
function commonly contains logic to determine if all requirements
|
||||
for a module are available, such as external libraries.
|
||||
for a module are available, such as external libraries.
|
||||
|
|
Loading…
Add table
Reference in a new issue