puppet-puppetdbquery
puppet-puppetdbquery copied to clipboard
Query functions for PuppetDB
We are adding environmental awareness to PuppetDB and this tool should support that when it comes out. For now this is targeted at PDB 2.0.0, which is targeted for a...
Hi, We're trying to upgrade to latest puppetdb + puppetdbquery, however it seems that querying for 'defines with parameters' no longer works. It throws a parse error and I don't...
Hi , I tried to workout one of my module uses query_facts as it was working in the old PE 3.8.3 version however now its not working , giving me...
My apologies in advance if this is too basic of a question, but... how would one go about installing this for use on their puppetserver? Some examples in the documentation...
We used to work a lot with the puppetdb backend from Hiera on Puppet 3 and Hiera 1.3.4. No we are installing a new environment based on Puppet 4 (puppet...
When bootstrapping a completely new puppet system, we get an error from this module: Error: Could not run: cannot load such file -- puppet/util/puppetdb This is because at that moment...
Hi, guys. I'm trying to test a module which there's many query_nodes functions. I wanna know how to test this with rspec, when i run rspec, it returns something like...
On the command line I can specify the PuppetDB host: `puppet query nodes '...' --host 'puppetdb.example.com'` How do I specify the host when using a puppet function in a puppet...
It would be useful if there was a way to have data returned from query_facts such as (reusing the same example): ``` { "foo.example.com": { "facts" => { "ipaddress": "192.168.0.2",...
Previously I was using query_resource() to retrieve all declared classes on a specific node. This was done by: `query_resources("certname=somehost", "Class")` Since I updated to PuppetDB 3.2 and switched to puppetdbquery...