Class Puppet::Node::Facts::Puppetdb
In: lib/puppet/indirector/facts/puppetdb.rb
Parent: Puppet::Indirector::REST

Methods

find   get_trusted_info   headers   save   search  

Included Modules

Puppet::Util::Puppetdb Puppet::Util::Puppetdb::CommandNames

Public Instance methods

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.

[Validate]