# File lib/chef/provider/cookbook_file.rb, line 94
      def content_stale?
        ( ! ::File.exist?(@new_resource.path)) || ( ! compare_content)
      end