Method: Chef::EventDispatch::Base#updated_cookbook_file
- Defined in:
- lib/chef/event_dispatch/base.rb
#updated_cookbook_file(cookbook_name, path) ⇒ Object
Called when an individual file in a cookbook has been updated
113 |
# File 'lib/chef/event_dispatch/base.rb', line 113 def updated_cookbook_file(cookbook_name, path); end |