class Puppet::Transaction::Report::Msgpack

Public Instance Methods

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

Force report to be saved there

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