PagerDuty / blender

A modular orchestration engine
https://github.com/PagerDuty/blender
Other
183 stars 8 forks source link

Use configured stdout & stderr objects for ssh & ssh-multi #55

Closed margueritepd closed 8 years ago

margueritepd commented 8 years ago

In https://github.com/PagerDuty/blender/pull/53, the output from multi-ssh got separated by host in a hash. However, that hash never made it back to the user because whatever the user configured as stdout and stderr got overwritten with a new hash reference. This will allow the user to pass in an empty hash for stdout and stderr, and have their command output populate the input hashes.

ranjib commented 8 years ago

:+1: