From 16a08bcf2a78aa1353ec88f0a8e0282973434914 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 26 Sep 2016 10:04:35 -0700 Subject: s/path_tracking/state_tracking and add __root state Signed-off-by: Lamont Granquist --- lib/chef/node/attribute_collections.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/chef/node/attribute_collections.rb') diff --git a/lib/chef/node/attribute_collections.rb b/lib/chef/node/attribute_collections.rb index 2f146a9528..b8dde7121c 100644 --- a/lib/chef/node/attribute_collections.rb +++ b/lib/chef/node/attribute_collections.rb @@ -17,7 +17,7 @@ # require "chef/node/common_api" -require "chef/node/mixin/path_tracking" +require "chef/node/mixin/state_tracking" class Chef class Node @@ -105,12 +105,12 @@ class Chef end end - # needed for PathTracking + # needed for __path def convert_key(key) key end - prepend Chef::Node::Mixin::PathTracking + prepend Chef::Node::Mixin::StateTracking end # == VividMash @@ -224,7 +224,7 @@ class Chef Mash.new(self) end - prepend Chef::Node::Mixin::PathTracking + prepend Chef::Node::Mixin::StateTracking end end end -- cgit v1.2.1