puppetlabs-puppetdb icon indicating copy to clipboard operation
puppetlabs-puppetdb copied to clipboard

Add support for enabling report processor

Open cprice404 opened this issue 12 years ago • 0 comments

This will entail modifying the puppetdb::master::config class in such a way as to support adding the "puppetdb" report processor to the list of report processor. Big "gotchas":

  1. Must be backward compatible with previous versions of puppetdb (so basically, it can't add the report processor if the version of puppetdb does not support it, or something similar).
  2. Must leave any existing report processors intact (meaning that it will somehow need to parse the existing puppet.conf file before considering modifying the setting).

cprice404 avatar Jan 11 '13 21:01 cprice404