Method: Chef::EventDispatch::Base#ohai_completed
- Defined in:
- lib/chef/event_dispatch/base.rb
#ohai_completed(node) ⇒ Object
Called right after ohai runs. NOTE: the node object here is always nil because of when it is called
44 |
# File 'lib/chef/event_dispatch/base.rb', line 44 def ohai_completed(node); end |