class 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
 9 def path(name,ext='.msgpack')
10   Puppet[:lastrunreport]
11 end