Issue #4944 has been updated by Nigel Kersten. Status changed from Needs more information to Rejected
I'm going to reject this as it looks like we're offering this functionality in a dedicated audit application. ---------------------------------------- Feature #4944: Puppet agent --report should be able to submit additional data to puppet master https://projects.puppetlabs.com/issues/4944 Author: Nan Liu Status: Rejected Priority: Normal Assignee: Nigel Kersten Category: Target version: Affected Puppet version: Keywords: Branch: Currently, the ability to customize report processor is confined on puppet master. We should support appending custom report data from the puppet agent after applying puppet catalog. For example, the existing audit data in state.yaml should be submitted to puppet master. Agent: * facter * retrieve/apply catalog * report (New: custom report data) One simple implementation is to add an agent configuration option containing a list of files to be submitted to the puppet master. puppet agent --report_data="/var/lib/puppet/state/state.yaml" This file will be placed on the server /var/lib/puppet/reports/${client_fqdn}/ directory. Further processing of these file can be implemented by extending the existing post report processor in ruby on the puppet master. -- 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.
