Method: Chef::EventDispatch::Base#resource_action_start
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_action_start(resource, action, notification_type = nil, notifier = nil) ⇒ Object
Called before action is executed on a resource.
307 |
# File 'lib/chef/event_dispatch/base.rb', line 307 def resource_action_start(resource, action, notification_type = nil, notifier = nil); end |