Method: Chef::EventDispatch::Base#policyfile_loaded
- Defined in:
- lib/chef/event_dispatch/base.rb
#policyfile_loaded(policy) ⇒ Object
Called after the Policyfile was loaded. This event only occurs when chef is in policyfile mode.
83 |
# File 'lib/chef/event_dispatch/base.rb', line 83 def policyfile_loaded(policy); end |