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