# File lib/chef/client.rb, line 200
    def save_updated_node
      unless Chef::Config[:solo]
        Chef::Log.debug("Saving the current state of node #{node_name}")
        @node.save
      end
    end