[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:33:11 UTC 2010
The following commit has been merged in the upstream branch:
commit 722a27fd49fc2c5ac16123e9e34967db025178f5
Author: Paul Lathrop <paul at tertiusfamily.net>
Date: Tue May 4 22:41:05 2010 +0000
Fixes #3702: the 'log' report now sends the host name as the log source again.
diff --git a/lib/puppet/reports/log.rb b/lib/puppet/reports/log.rb
index 8dfeedb..d993334 100644
--- a/lib/puppet/reports/log.rb
+++ b/lib/puppet/reports/log.rb
@@ -6,6 +6,7 @@ Puppet::Reports.register_report(:log) do
def process
self.logs.each do |log|
+ log.source = "//" + self.host + "/" + log.source
Puppet::Util::Log.newmessage(log)
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list