Method: Chef::Formatters::Minimal#run_failed

Defined in:
lib/chef/formatters/minimal.rb

#run_failed(exception) ⇒ Object

called at the end of a failed run



44
45
46
# File 'lib/chef/formatters/minimal.rb', line 44

def run_failed(exception)
  puts "Infra phase failed. #{@updated_resources.size} resources updated"
end