Method: Puppet::Transaction::Report::Yaml#path
- Defined in:
- lib/puppet/indirector/report/yaml.rb
#path(name, ext = '.yaml') ⇒ Object
Force report to be saved there
12 13 14 |
# File 'lib/puppet/indirector/report/yaml.rb', line 12 def path(name, ext = '.yaml') Puppet[:lastrunreport] end |