# File lib/chef_zero/data_store/default_facade.rb, line 140
      def exists?(path)
        real_store.exists?(path) || default_creator.exists?(path)
      end