-
Notifications
You must be signed in to change notification settings - Fork 0
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
Classifier API: Make background class update configureable #56
Comments
In the PE Console Infrastructure group, set |
so the default for
After setting this in Hiera: ---
puppet_enterprise::profile::console::classifier_synchronization_period: 0
I'm on PE 2021.7.9 and can confirm that setting the |
Use Case
By default, the PE Classifier asks the puppetserver for a list of environments + list of classes periodically in the background. There's also an API call to explicitly trigger an update: https://www.puppet.com/docs/pe/2023.8/update_classes_endpoint
When people use the API call, it is not required to run the background job as well. So I think it would be nice to disable it.
Describe the Solution You Would Like
Make background class update configureable / add opt-out option
Describe Alternatives You've Considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Context
I would have tried to provide a patch instead, but the git repository is private and not accessible by partners.
The text was updated successfully, but these errors were encountered: