Method: Chef::EventDispatch::Base#node_load_completed
- Defined in:
- lib/chef/event_dispatch/base.rb
#node_load_completed(node, expanded_run_list, config) ⇒ Object
Called after Chef client has loaded the node data. Default and override attrs from roles have been computed, but not yet applied. Normal attrs from JSON have been added to the node.
79 |
# File 'lib/chef/event_dispatch/base.rb', line 79 def node_load_completed(node, , config); end |