Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for enabling report processor #27

Closed
cprice404 opened this issue Jan 11, 2013 · 1 comment
Closed

Add support for enabling report processor #27

cprice404 opened this issue Jan 11, 2013 · 1 comment
Labels

Comments

@cprice404
Copy link

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).
@h0tw1r3
Copy link
Contributor

h0tw1r3 commented May 1, 2024

Support added in #64

@h0tw1r3 h0tw1r3 closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants