# File lib/chef/provider/remote_file.rb, line 32
      def load_current_resource
        super
        @current_resource.checksum(checksum(@current_resource.path)) if ::File.exist?(@current_resource.path)
      end