From 611baf468a3a1f323c2c4663af21ab9877e644c8 Mon Sep 17 00:00:00 2001 From: Dylan Fitzgerald Date: Wed, 5 Nov 2014 13:23:43 -0700 Subject: [PATCH] Correct data in /srv/reactor/startup_highstate.sls data['id'] does not exist; data['name'] does. revise example sls to render correctly. --- doc/topics/cloud/reactor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/topics/cloud/reactor.rst b/doc/topics/cloud/reactor.rst index 82c9d9c932..170357ff45 100644 --- a/doc/topics/cloud/reactor.rst +++ b/doc/topics/cloud/reactor.rst @@ -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