Class: Pantry::Chef::Run

Inherits:
MultiCommand
  • Object
show all
Defined in:
lib/pantry/chef/run.rb

Instance Method Summary collapse

Instance Method Details

#receive_client_response(response) ⇒ Object



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