Issue #6516 has been updated by Ben Hughes. Status changed from Unreviewed to Needs Decision Assignee set to Randall Hansen
Is there a problem with them being in that order? Is that out of design? ---------------------------------------- Bug #6516: Dashboard report logs are in the opposite order https://projects.puppetlabs.com/issues/6516 Author: Dan Bode Status: Needs Decision Priority: Normal Assignee: Randall Hansen Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: The following is the log list from the report view of the Dashboard (with a few fields trimmed) <pre> notice defined 'message' as 'CentOS' /Stage[main]//Node[default]/Notify[CentOS]/message notice CentOS Puppet notice mode changed '777' to '664' /Stage[main]//File[/tmp/foo]/mode notice owner changed 'root' to 'dan' /Stage[main]//File[/tmp/foo]/owner notice content changed '{md5}37b51d194a7513e45b56f6524f2d51f2' to '{md5}f9d900b378f3389d07fd328278715788'/foo]/content info FileBucket got a duplicate file {md5}37b51d194a7513e45b56f6524f2d51f2 Puppet info Applying configuration version '1298692700' Puppet info Filebucketed /tmp/foo to puppet with sum 37b51d194a7513e45b56f6524f2d51f2 /Stage[main]//File[/tmp/foo]/site.pp info Caching catalog for danstest </pre> the log order for the client is: <pre> info: Caching catalog for danstest info: Applying configuration version '1298692700' info: FileBucket got a duplicate file {md5}37b51d194a7513e45b56f6524f2d51f2 info: /Stage[main]//File[/tmp/foo]: Filebucketed /tmp/foo to puppet with sum 37b51d194a7513e45b56f6524f2d51f2 notice: /Stage[main]//File[/tmp/foo]/content: content changed '{md5}37b51d194a7513e45b56f6524f2d51f2' to '{md5}f9d900b378f3389d07fd328278715788' notice: /Stage[main]//File[/tmp/foo]/owner: owner changed 'root' to 'dan' notice: /Stage[main]//File[/tmp/foo]/mode: mode changed '777' to '664' notice: CentOS notice: /Stage[main]//Node[default]/Notify[CentOS]/message: defined 'message' as 'CentOS' notice: Finished catalog run in 0.21 seconds </pre> -- 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.
