You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heh, after some grappling with the breaking changes between v0.2.0 and v1.0.x (there were quite a few!) it looks like this fix is present in v1.0.x! Thank you for adding a test to verify this!
Hello! We are on hiera version v0.2.0.
We are parsing a fact into a JSON output format and noticed a parsing error.
When parsing a yaml list like
hiera will parse it as
Note that what should have been a comma delimiter is now a
:
!We have the go code to parse from the yaml file:
The text was updated successfully, but these errors were encountered: