We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fb5ea commit 5f2f379Copy full SHA for 5f2f379
1 file changed
lib/puppet/reports/datadog_reports.rb
@@ -54,6 +54,8 @@ def pluralize(number, noun)
54
end
55
56
def process
57
+ # Here we have access to methods in Puppet::Transaction::Report
58
+ # https://puppet.com/docs/puppet/latest/format_report.html#puppet::transaction::report
59
@summary = summary
60
@msg_host = host
61
unless HOSTNAME_EXTRACTION_REGEX.nil?
0 commit comments