Method: Chef::EventDispatch::Base#compliance_profile_loaded
- Defined in:
- lib/chef/event_dispatch/base.rb
#compliance_profile_loaded(profile) ⇒ Object
Called when a compliance profile is found in a cookbook by the cookbook_compiler
204 |
# File 'lib/chef/event_dispatch/base.rb', line 204 def compliance_profile_loaded(profile); end |