summaryrefslogtreecommitdiff
path: root/lib/chef/json_compat.rb
diff options
context:
space:
mode:
authorKyleen MacGugan <kmacgugan@chef.io>2015-09-24 23:13:42 -0700
committerKyleen MacGugan <kmacgugan@chef.io>2015-10-21 16:29:50 -0700
commit4fe540a7aac53afa61ada419f76432052a3a28ec (patch)
treec86ddd0307fc91077192ad9e918afb6f429ef887 /lib/chef/json_compat.rb
parenta6c2c27021f9290c081e61f9af1a2f19e154f90c (diff)
downloadchef-4fe540a7aac53afa61ada419f76432052a3a28ec.tar.gz
Added run list expansion json conversion. Creates a json tree from the run list expansion trace.kyleen/addExpandedRunList
Added event to report expanded run list Updated json conversion to use chef compat json. Remove RunListExpansion from JsonCompat
Diffstat (limited to 'lib/chef/json_compat.rb')
-rw-r--r--lib/chef/json_compat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/json_compat.rb b/lib/chef/json_compat.rb
index d0b3b4c7f8..5e9f29a60b 100644
--- a/lib/chef/json_compat.rb
+++ b/lib/chef/json_compat.rb
@@ -41,6 +41,7 @@ class Chef
CHEF_RESOURCECOLLECTION = "Chef::ResourceCollection".freeze
CHEF_RESOURCESET = "Chef::ResourceCollection::ResourceSet".freeze
CHEF_RESOURCELIST = "Chef::ResourceCollection::ResourceList".freeze
+ CHEF_RUNLISTEXPANSION = "Chef::RunListExpansion".freeze
class <<self