Merge pull request #17206 from arubis/patch-2

Correct data in /srv/reactor/startup_highstate.sls
This commit is contained in:
Joseph Hall 2014-11-05 14:22:17 -07:00
commit e5c2ddea7a

View File

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