Method: Chef::ActionCollection#resource_up_to_date

Defined in:
lib/chef/action_collection.rb

#resource_up_to_date(new_resource, action) ⇒ Object

Hook called after an action is determined to be up to date.

(see EventDispatch::Base#)



183
184
185
# File 'lib/chef/action_collection.rb', line 183

def resource_up_to_date(new_resource, action)
  current_record.status = :up_to_date
end