From 4fe540a7aac53afa61ada419f76432052a3a28ec Mon Sep 17 00:00:00 2001 From: Kyleen MacGugan Date: Thu, 24 Sep 2015 23:13:42 -0700 Subject: Added run list expansion json conversion. Creates a json tree from the run list expansion trace. Added event to report expanded run list Updated json conversion to use chef compat json. Remove RunListExpansion from JsonCompat --- lib/chef/event_dispatch/base.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/chef/event_dispatch') diff --git a/lib/chef/event_dispatch/base.rb b/lib/chef/event_dispatch/base.rb index 1c9a58be23..585a3db174 100644 --- a/lib/chef/event_dispatch/base.rb +++ b/lib/chef/event_dispatch/base.rb @@ -384,6 +384,9 @@ class Chef def deprecation(message, location=caller(2..2)[0]) end + def run_list_expanded(run_list_expansion) + end + # An uncategorized message. This supports the case that a user needs to # pass output that doesn't fit into one of the callbacks above. Note that # there's no semantic information about the content or importance of the -- cgit v1.2.1