mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37499 from cachedout/key_docs_clarify
Clarify docs on salt-key events
This commit is contained in:
commit
d95bf59f97
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ Key events
|
|||
.. salt:event:: salt/key
|
||||
|
||||
Fired when accepting and rejecting minions keys on the Salt master.
|
||||
These happen as a result of actions undertaken by the `salt-key` command.
|
||||
|
||||
:var id: The minion ID.
|
||||
:var act: The new status of the minion key: ``accept``, ``pend``,
|
||||
``reject``.
|
||||
:var act: The new status of the minion key: ``accept``, ``delete``,
|
||||
|
||||
.. warning:: If a master is in :conf_master:`auto_accept mode`, ``salt/key`` events
|
||||
will not be fired when the keys are accepted. In addition, pre-seeding
|
||||
|
|
Loading…
Add table
Reference in a new issue