| Class | Puppet::Transaction::Report |
| In: |
lib/puppet/transaction/report.rb
|
| Parent: | Object |
A class for reporting what happens on each client. Reports consist of two types of data: Logs and Metrics. Logs are the output that each change produces, and Metrics are all of the numerical data involved in the transaction.
| configuration_version | [RW] | |
| host | [R] | |
| kind | [R] | |
| logs | [R] | |
| metrics | [R] | |
| resource_statuses | [R] | |
| status | [R] | |
| time | [R] |
This is necessary since Marshall doesn‘t know how to dump hash with default proc (see below @records)