Re: [Puppet Users] puppetdb query return values

2019-12-13 Thread Austin Blatt
Hi Matt, You should be able to do that now that we've finished PDB-2634 , which is available in PuppetDB 6.7.0+. The { } are still required, so a query could look like resources[certname, parameters.address] { type = "Postgresql::Server::Pg_hba_r

[Puppet Users] puppetdb query return values

2019-12-13 Thread Matt Zagrabelny
Greetings, I've looked through the puppetdb docs, in particular the PQL docs, to find out if I can extract a single parameter in the return value(s). I have as a PQL: resources[parameters] { type = "Postgresql::Server::Pg_hba_rule" and parameters.address ~ "."} I'd like to get the "address" par