mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #17206 from arubis/patch-2
Correct data in /srv/reactor/startup_highstate.sls
This commit is contained in:
commit
e5c2ddea7a
@ -239,7 +239,7 @@ And the following ``sls`` file will start a highstate run on the target minion:
|
||||
# /srv/reactor/startup_highstate.sls
|
||||
reactor_highstate:
|
||||
cmd.state.highstate:
|
||||
- tgt: {{ data['id'] }}
|
||||
- tgt: {{ data['name'] }}
|
||||
|
||||
Because this event will not be fired until Salt Cloud has cleaned up after
|
||||
itself, the highstate run will not step on Salt Cloud's toes. And because every
|
||||
|
Loading…
Reference in New Issue
Block a user