Fixes #13712 - seed power action templates#155
Conversation
| required: true | ||
| %> | ||
|
|
||
| echo <%= input('action') %> host && sleep 3 |
There was a problem hiding this comment.
Why a sleep? Also is host available or should it be @host?
There was a problem hiding this comment.
To give it a time to get the last output from the connection: we need the echo message to be received by the proxy (so that we know the disconnection is expected) before we loose the connection (and we can say that the disconnection error was expected, and not fail the whole script)
|
Please, create a separate issue for this |
c3d0f68 to
5ad53c7
Compare
|
Here we go http://projects.theforeman.org/issues/13712 |
|
Thanks, could you please change the commit message to |
|
Otherwise 👍 |
5ad53c7 to
6b534fe
Compare
|
commit message links to different issue 13491 -> 13712 |
6b534fe to
9d29bcf
Compare
|
Thanks for the catch: an issue between chair and 💻, updated |
Fixes #13712 - seed power action templates
No description provided.