Method: Puppet::Resource#name
- Defined in:
- lib/puppet/resource.rb
#name ⇒ Object
525 526 527 528 529 530 |
# File 'lib/puppet/resource.rb', line 525 def name # this is potential namespace conflict # between the notion of an "indirector name" # and a "resource name" [type, title].join('/') end |