# File lib/chef/client.rb, line 203 def save_updated_node unless Chef::Config[:solo] Chef::Log.debug("Saving the current state of node #{node_name}") if(@original_runlist) @node.run_list(*@original_runlist) @node[:runlist_override_history] = {Time.now.to_i => @override_runlist.inspect} end @node.save end end