Method: Puppet::Parameter#pathbuilder
- Defined in:
- lib/vendor/puppet/parameter.rb
#pathbuilder ⇒ Object
return the full path to us, for logging and rollback; not currently used
208 209 210 211 212 213 214 |
# File 'lib/vendor/puppet/parameter.rb', line 208 def pathbuilder if @resource return [@resource.pathbuilder, self.name] else return [self.name] end end |