Method: Chef::Formatters::Minimal#run_completed

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

#run_completed(node) ⇒ Object

Called at the end of the Chef run.



39
40
41
# File 'lib/chef/formatters/minimal.rb', line 39

def run_completed(node)
  puts "Infra phase complete, #{@updated_resources.size} resources updated"
end