| Path: | lib/puppet/reports/puppetdb.rb |
| Last Update: | Tue Mar 01 06:03:44 +0000 2016 |
| CommandStoreReport | = | Puppet::Util::Puppetdb::CommandNames::CommandStoreReport |
Convert an instance of `Puppet::Transaction::Event` to a hash suitable for sending over the wire to PuppetDB
@return Hash[<String, Object>] @api private
Given an instance of `Puppet::Resource::Status` and a status string, this method fabricates a PuppetDB event object with the provided `"status"`.
@api private
Process the report by formatting it into a PuppetDB ‘store report’ command and submitting it.
@return [void]
Convert `self` (an instance of `Puppet::Transaction::Report`) to a hash suitable for sending over the wire to PuppetDB
@return Hash[<String, Object>] @api private