Method: Chef::Formatters::Base#run_list_expand_failed

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

#run_list_expand_failed(node, exception) ⇒ Object



123
124
125
126
# File 'lib/chef/formatters/base.rb', line 123

def run_list_expand_failed(node, exception)
  description = ErrorMapper.run_list_expand_failed(node, exception)
  display_error(description)
end