Method: Chef::EventDispatch::Etcd#resource_skipped

Defined in:
lib/chef/handler/etcd_event.rb

#resource_skipped(resource, action, conditional) ⇒ Object



216
217
218
219
220
# File 'lib/chef/handler/etcd_event.rb', line 216

def resource_skipped(resource, action, conditional)
  etcd_set(__method__, '/resource_state', 'skipped')
  etcd_set(__method__, '/resource_name', resource.to_s)
  etcd_set(__method__, '/resource_action', action.to_s)
end