Method: Puppet::Transaction::Report::Yaml#path

Defined in:
lib/vendor/puppet/indirector/report/yaml.rb

#path(name, ext = '.yaml') ⇒ Object

Force report to be saved there



8
9
10
# File 'lib/vendor/puppet/indirector/report/yaml.rb', line 8

def path(name,ext='.yaml')
  Puppet[:lastrunreport]
end