Method: Puppet::Type#path

Defined in:
lib/puppet/type.rb

#pathString

Returns a string representation of the resource’s containment path in the catalog.

Returns:



802
803
804
# File 'lib/puppet/type.rb', line 802

def path
  @path ||= '/' + pathbuilder.join('/')
end