----- Original Message ----- > From: "Erik Dalén" <[email protected]> > To: "Puppet Developers" <[email protected]> > Cc: [email protected] > Sent: Thursday, May 29, 2014 4:04:01 PM > Subject: Re: [Puppet-dev] Tracking orphaned resources > > There is /var/lib/puppet/state/state.yaml that records all resources ever > managed and when they were last checked & synced. However it only has the > type and title of the resources, so it might be tricky to actually find out > what they were in some cases. > > I'm not aware of any tools that make good use of that file, but perhaps > someone else knows or you could come up with something.
Reports have the information for every resource so given a db of reports you should be able to do it. Else regular snapshots of resources.txt and classes.txt can give some very hacky solution, but reports is the way to go. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/267894198.2008.1401380134069.JavaMail.zimbra%40devco.net. For more options, visit https://groups.google.com/d/optout.
