Method: Puppet::Type#path
- Defined in:
- lib/puppet/type.rb
#path ⇒ String
Returns a string representation of the resource’s containment path in the catalog.
802 803 804 |
# File 'lib/puppet/type.rb', line 802 def path @path ||= '/' + pathbuilder.join('/') end |