-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Missing trailing 'u' character in facts with hashes #567
Comments
I see the same where |
It appears that there is code removing the u at the end of values here |
Starting a string with |
Possible partial fix for voxpupuli#567, but probably not the best choice
and extend the width of the fact values column in the node view as the values are usually longer that the names. Thus this implements #83. Also fix getting nodes with non-string fact values (#612): Examples: * int (in this case the filtering did not occur at all and ALL results were returned), * list of dict (here the filtering was not done and ZERO results were returned), As showing fact values does not use the code that strips trailing 'u' anymore, this also fixes #567.
Fixed in v3.3.0 released today. Please check it out @yakatz . :) |
Thanks. Resolves the issue. |
In an educational institution, we have a very large number of facts that end with
.edu
, but in puppetboard, all of them inside hashes show up as.ed
. Runningpuppet facts
on the systems show the correct value.For example,
fqdn
is correct, buttrusted['certname']
is missing the trailingu
.Puppetboard:
And in Chrome inspector:
The text was updated successfully, but these errors were encountered: