| Class | Puppet::Node::Facts::Puppetdb |
| In: |
lib/puppet/indirector/facts/puppetdb.rb
|
| Parent: | Puppet::Indirector::REST |
Search for nodes matching a set of fact constraints. The constraints are specified as a hash of the form:
`{type.name.operator => value`
The only accepted `type` is ‘facts’.
`name` must be the fact name to query against.
`operator` may be one of {eq, ne, lt, gt, le, ge}, and will default to ‘eq’ if unspecified.