Issue #4936 has been reported by Dan Bode. ---------------------------------------- Feature #4936: Puppet::Transaction::Report should have accessor for external times http://projects.puppetlabs.com/issues/4936
Author: Dan Bode Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: 2.6.0 Keywords: Branch: Is there a reason that all report data is available except this attribute? <pre> diff --git a/lib/puppet/transaction/report.rb b/lib/puppet/transaction/report.rb index e6d1e05..704119f 100644 --- a/lib/puppet/transaction/report.rb +++ b/lib/puppet/transaction/report.rb @@ -10,7 +10,7 @@ class Puppet::Transaction::Report indirects :report, :terminus_class => :processor - attr_reader :resource_statuses, :logs, :metrics, :host, :time + attr_reader :resource_statuses, :logs, :metrics, :host, :time, :external_times # This is necessary since Marshall doesn't know how to # dump hash with default proc (see below @records) </pre> I can submit a patch when I get a second. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
