Skip to content

Commit 5f2f379

Browse files
authored
Added comment
1 parent 25fb5ea commit 5f2f379

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/puppet/reports/datadog_reports.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def pluralize(number, noun)
5454
end
5555

5656
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
5759
@summary = summary
5860
@msg_host = host
5961
unless HOSTNAME_EXTRACTION_REGEX.nil?

0 commit comments

Comments
 (0)