Skip to content

Commit 23d1e6f

Browse files
authored
Added comment
1 parent 3aa29aa commit 23d1e6f

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)