chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

[SHACK-187] Always use multi-target mode for rendering converge #4

Closed marcparadise closed 6 years ago

marcparadise commented 6 years ago

In order to simplify error handling paths, for the time being we'll render multi- and single-target hosts the same way, using the multi-spinner.

This will get re-enabled as the errors refactor continues, but for now it keeps error handling more manageable to have one one rendering path.

Signed-off-by: Marc A. Paradise marc.paradise@gmail.com

Note: this is built on top of 'mp/handle-bad-pluralization'; once that merges the text.rb changes will no longer be part of this PR.

marcparadise commented 6 years ago

Closing this one out, it's about to be superceded