names. What if I want more fields? Could someone share an example of how
you query puppetdb to return multiple values? Like what if you want the
node's name and what the custom fact "role" says, for all nodes that have
the custom fact "dept" = "finance"?
In other words as an example SQL:
select node.name, node.role from nodes where dept = 'finance'
it's documented what you need to do for the WHERE part, but not really (or
I overlooked it possibly) for the columns you want to select. Am I missing
something?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/u2y-XQBMD78J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.