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