Issue #3528 has been updated by Nigel Kersten.
Is the planned fix to change the report file name or the timestamp within the report? ---------------------------------------- Bug #3528: puppet generate yaml report file in a different GMT time that it was generated http://projects.puppetlabs.com/issues/3528 Author: Gustavo Soares Status: Accepted Priority: Normal Assigned to: Category: reports Target version: 0.25.6 Affected version: 0.25.4 Keywords: report yaml gmt time Branch: Puppet generate their yaml report files with GMT 0 Example: *201004062310.yam*l However, if we look the time value within the yaml file body we ge the right machine time. In the example bellow, the machine's GMT is -03:00 (I've added one more dash) . --- !ruby/object:Puppet::Transaction::Report host: xxxx.globoi.com logs: - !ruby/object:Puppet::Util::Log level: :info message: Applying configuration version '1270595394' source: Puppet tags: - info time: 2010-04-06 20:09:59.434711 --03:00 - !ruby/object:Puppet::Util::Log ... -- 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.
