Method: Chef::EventDispatch::Base#resource_updated

Defined in:
lib/chef/event_dispatch/base.rb

#resource_updated(resource, action) ⇒ Object

Called after a resource has been completely converged, but only if modifications were made.



343
# File 'lib/chef/event_dispatch/base.rb', line 343

def resource_updated(resource, action); end