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
Yeah that does unfortunately seem to be the case, I tried a few things and cannot come up with an example that can actually work.
I might need to add a function something like:
extract_key("networking.interfaces", "bindings")
That then turns the bindings into a more simple array and it can be used that way, but not sure tbh, nightmare structure. I had some functions to dig into this specific structure before but a bit hessitant to put them into choria core and so have a facter structure dependency
It appears "*" GJSON wildcard is not working as expected. It doesn't to traverse past the first key
the
networking.interfaces
Puppet fact.Example from the documentation on compound filters
Consider the following Puppet fact (hash was shortened for brevity):
If I try this example on one of my puppet nodes, "*" does not work as expected. It can find the address in the first interface, but not the second:
Currently using version 0.23.0
The text was updated successfully, but these errors were encountered: