----- Original Message -----
> From: "Bruce" <
bly...@yahoo.com>
> To:
puppet...@googlegroups.com
> Sent: Tuesday, November 19, 2013 5:25:32 PM
> Subject: Re: [Puppet Users] Actual diffs in puppetdb?
>
>
>
> On Tuesday, November 19, 2013 9:05:05 AM UTC-8, Ryan Senior wrote:
> >
> > I've recently added a feature to catalog hashes, similar to what you are
> > describing as a sort of debug mode option. It's in master now and should
> > be in the next release (1.6). More information is available in the ticket
> > here:
http://projects.puppetlabs.com/issues/22977. It has the potential
> > to be slow and grow very large, so it's something you would enable for
> > short periods of time to help diagnose problems.
> >
> > Does that cover your use case?
> >
>
> Maybe. But usually I don't know I want this information, until I need it.
> So having to turn on some debugging ahead of time doesn't help. This is
> more for a situation like: "Huh, this node's behavior has changed. Let me
> look, aha, this file was changed by puppet, how did it change?"
>
> Currently I'm using the excellent puppetboard tool.
> (
https://github.com/nedap/puppetboard) It's good at showing me the changes
> going on, and if I look at a report for a node, that there was a file
> changed. It shows md5 changed from, and md5 changed too. In a perfect
> world, I could click on that, and see the actual diff of what changed.