Issue #8667 has been updated by Matt Robinson. Status changed from Accepted to Merged - Pending Release Target version set to 2.7.4
As discussed in person with Nigel and Mike, the code for this has been merged into 2.7rc. It doesn't detect the difference between managed and audited resources, but that should be possible for the next release. commit:7a39ca72e64d9ca07875fd41d60f23140d6195d9 ---------------------------------------- Feature #8667: Detect managed resources https://projects.puppetlabs.com/issues/8667 Author: Randall Hansen Status: Merged - Pending Release Priority: Normal Assignee: Matt Robinson Category: Target version: 2.7.4 Affected Puppet version: Keywords: Branch: https://github.com/mmrobins/puppet/tree/ticket/2.7.x/8667-write_out_mangaged_resources If Puppet is managing a resource, we must give external tools a way to detect and avoid making ad-hoc changes to these resources. This means that we must have an easily-accessible list of resources managed for each node. The list of resources should include the resource type, and the resource's namevar. Including the resources title won't be useful for external tools. -- 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.
