Issue #2744 has been updated by Nigel Kersten.
This is the diff fwiw. <pre> diff --git a/lib/puppet/util/diff.rb b/lib/puppet/util/diff.rb index f37ea08..1b022bc 100644 --- a/lib/puppet/util/diff.rb +++ b/lib/puppet/util/diff.rb @@ -64,7 +64,7 @@ module Puppet::Util::Diff tempfile.open tempfile.print string tempfile.close - print diff(path, tempfile.path) + notice diff(path, tempfile.path) tempfile.delete end end </pre> ---------------------------------------- Feature #2744: Provide an option to send back diff of txt files in reports https://projects.puppetlabs.com/issues/2744 Author: Yimin Li Status: Accepted Priority: Normal Assignee: Category: Target version: Telly Affected Puppet version: 0.24.8 Keywords: Branch: When a txt file get replaced, only md5 of the new file is sent back to server. If there is an option that can be enabled to send back diff between new file and old file, then you can know what get changes in the reports/mails. -- 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.
