mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add __instance_id__
as a known global variable
This commit is contained in:
parent
b9aaf9fe72
commit
f0f3fb2de6
2 changed files with 4 additions and 2 deletions
|
@ -146,7 +146,8 @@ additional-builtins=__opts__,
|
|||
__running__,
|
||||
__active_provider_name__,
|
||||
__master_opts__,
|
||||
__jid_event__
|
||||
__jid_event__,
|
||||
__instance_id__
|
||||
|
||||
# List of strings which can identify a callback function by name. A callback
|
||||
# name must start or end with one of those strings.
|
||||
|
|
|
@ -205,7 +205,8 @@ additional-builtins=__opts__,
|
|||
__running__,
|
||||
__active_provider_name__,
|
||||
__master_opts__,
|
||||
__jid_event__
|
||||
__jid_event__,
|
||||
__instance_id__
|
||||
|
||||
# List of strings which can identify a callback function by name. A callback
|
||||
# name must start or end with one of those strings.
|
||||
|
|
Loading…
Add table
Reference in a new issue