tobami / littlechef

Cook with Chef without a Chef Server
Apache License 2.0
473 stars 70 forks source link

Print a summary at the end of a batch run #234

Open thekorn opened 9 years ago

thekorn commented 9 years ago

In the past there were alot of "disconnecting from ...." messages at the end of a "list_nodes_with_role:" run. With recent changes, the connection is closed after each node. this means we lost this kind of summary. I used this disconnecting massages in the past to see which nodes were changed in long runs.

It would be nice to have atleast a list of changed nodes at the very end