20 21 22 23 24 25
# File 'lib/pantry/chef/run.rb', line 20 def receive_client_response(response) Pantry.ui.say("Chef on #{response.from} finished") Pantry.ui.say(response.body[5][0]) Pantry.ui.say(response.body[5][1]) Pantry.ui.say("") end