-
Notifications
You must be signed in to change notification settings - Fork 567
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
Fact 'jenkins_plugins' can exceed value length limit: 4096 #1048
Comments
This is probably because they increased version numbers to longer strings. We should really convert it to a structured fact. |
"Good" news! I can now reproduce this too. |
Do we have a date when the fix for this will be implemented (there's a comment from Sep 2022 which links to a pull request which changes the fact to a structured fact - obviously I do not know if that is the full story) ? Or at very least do we have some instructions on how to prevent the warning when we run puppet on the node(s) using this jenkins module. Finally is there any other impact than a warning - ie is something likely to fail / not fully operate ? |
You can remove the warning by setting https://www.puppet.com/docs/puppet/7/configuration.html#fact-value-length-soft-limit to a higher value. It is only a warning and will not break anything. |
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing
The text was updated successfully, but these errors were encountered: