Sha256: 5ae13cac4c2da5ceb3ce778f22a5ab39d0ec477c4f2d92ae173c941b34c4bd77
Contents?: true
Size: 300 Bytes
Versions: 16
Compression:
Stored size: 300 Bytes
Contents
require 'puppet/reports' Puppet::Reports.register_report(:log) do desc "Send all received logs to the local log destinations. Usually the log destination is syslog." def process self.logs.each do |log| Puppet::Util::Log.newmessage(log) end end end
Version data entries
16 entries across 16 versions & 1 rubygems