Method: Chef::EventDispatch::Base#node_load_start
- Defined in:
- lib/chef/event_dispatch/base.rb
#node_load_start(node_name, config) ⇒ Object
Called before Chef client loads the node data from the server
63 |
# File 'lib/chef/event_dispatch/base.rb', line 63 def node_load_start(node_name, config); end |