mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add fun
and state
to the runtime internal keywords listing
Fixes #21120 Refs #21133 Refs https://github.com/saltstack/salt/issues/18806#issuecomment-76532356
This commit is contained in:
parent
5573b18624
commit
30322e2d84
@ -64,6 +64,8 @@ STATE_REQUISITE_IN_KEYWORDS = frozenset([
|
||||
'listen_in',
|
||||
])
|
||||
STATE_RUNTIME_KEYWORDS = frozenset([
|
||||
'fun',
|
||||
'state',
|
||||
'check_cmd',
|
||||
'fail_hard',
|
||||
'onlyif',
|
||||
|
Loading…
Reference in New Issue
Block a user