summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/node.rb')
-rw-r--r--lib/chef/node.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/node.rb b/lib/chef/node.rb
index e9c0d09751..17ec1d0f0a 100644
--- a/lib/chef/node.rb
+++ b/lib/chef/node.rb
@@ -181,6 +181,7 @@ class Chef
attributes.override
end
+
def override_attrs
attributes.override
end
@@ -415,7 +416,7 @@ class Chef
# Serialize this object as a hash
def to_json(*a)
- ::Chef::JSONCompat.to_json(for_json, *a)
+ for_json.to_json(*a)
end
def for_json