# File lib/puppet/indirector/catalog/puppetdb.rb, line 361
  def resource_hash_to_ref(hash)
    "#{hash['type']}[#{hash['title']}]"
  end