class Report::Yaml

Public Instance Methods

path(name,ext='.yaml') click to toggle source

Force report to be saved there

# File lib/puppet/indirector/report/yaml.rb, line 8
def path(name,ext='.yaml')
  Puppet[:lastrunreport]
end