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 (node, exception) description = ErrorMapper.(node, exception) display_error(description) end |