blob: 41d70fac6160796adf7c175ba7be96dbc566a91b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!---
This file is reset every time a new release is done. This file describes changes that have not yet been released.
Example Doc Change:
### Headline for the required change
Description of the required change.
-->
### knife ssh has --exit-on-error option
`knife ssh` now has an --exit-on-error option that will cause it to
fail immediately in the face of an SSH connection error. The default
behavior is move on to the next node.
|