| I noticed today when attempting to do a PQL query against the PuppetDB REST API to gather a list of nodes with a specific class assigned to it, that I get an empty array in return. When I execute:
I will get a list of nodes back that have ANY resources with title of "foo". When I execute:
I'll get a list of resources of type class for that node. But, If I try:
I get an empty array back, when I should betting a list of nodes that have Class "foo" assigned to it. This has also broken Choria's ability to execute certain playbooks as we rely on running jobs only on certain nodes containing specific classes. |