We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ puppet agent -t Warning: Fact value '...' with the value length: '5274' exceeds the value length limit: 4096
... contains a whole certificate of a client, including comments
No warnings
The warning introduced in puppet 7.10
https://puppet.com/docs/puppet/7/release_notes_puppet.html#enhancements_puppet_x-7-10-0-PUP-11088
Looking at #322 , I would recommend to introduce a breaking change by removing the facts (and deploy logic) and bump the major version.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
... contains a whole certificate of a client, including comments
What behaviour did you expect instead
No warnings
Output log
Any additional information you'd like to impart
The warning introduced in puppet 7.10
https://puppet.com/docs/puppet/7/release_notes_puppet.html#enhancements_puppet_x-7-10-0-PUP-11088
Looking at #322 , I would recommend to introduce a breaking change by removing the facts (and deploy logic) and bump the major version.
The text was updated successfully, but these errors were encountered: