# File lib/puppet/resource.rb, line 331
331:   def name
332:     # this is potential namespace conflict
333:     # between the notion of an "indirector name"
334:     # and a "resource name"
335:     [ type, title ].join('/')
336:   end