Add definition of job cache to glossary

This commit is contained in:
Mike Place 2016-03-04 12:41:02 -07:00
parent 91ff95f093
commit a75e146125

View file

@ -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.