# File lib/puppet/indirector/catalog/puppetdb.rb, line 356
  def resource_ref_to_hash(ref)
    ref =~ /^([^\[\]]+)\[(.+)\]$/m
    {'type' => $1, 'title' => $2}
  end