From 7792c55964ae27261940a01abba5fccf69fb3c1e Mon Sep 17 00:00:00 2001 From: jkeiser Date: Sat, 19 Jan 2013 14:12:26 -0800 Subject: Don't minimize out the name/id of the container, for easy reading --- lib/chef/chef_fs/data_handler/node_data_handler.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/chef/chef_fs/data_handler/node_data_handler.rb') diff --git a/lib/chef/chef_fs/data_handler/node_data_handler.rb b/lib/chef/chef_fs/data_handler/node_data_handler.rb index aed404d300..88e62677de 100644 --- a/lib/chef/chef_fs/data_handler/node_data_handler.rb +++ b/lib/chef/chef_fs/data_handler/node_data_handler.rb @@ -21,6 +21,10 @@ class Chef result end + def preserve_key(key) + return key == 'name' + end + def chef_class Chef::Node end -- cgit v1.2.1