puppetdb icon indicating copy to clipboard operation
puppetdb copied to clipboard

Centralized Puppet Storage

Results 50 puppetdb issues
Sort by recently updated
recently updated
newest added

Blocked on https://github.com/puppetlabs/clj-parent/pull/351 which is blocked until after the upcoming release.

This adds a simple place to setup custom behavior

I'm not sure if there are other missing parts, but so far it works for us with the changes in this PR.

We've been experiencing very bad PostreSQL performances lately, related to facts node queries such as: ``` SELECT paged_results.* FROM ( SELECT facts.certname, facts.environment, facts.name, facts.value, facts.path, facts.type, facts.depth, facts.value_float, facts.value_integer...

When grouping by a keyword, honeysql will convert the keyword to SQL by calling `name` on it. But that will not return the entire fact name when there's a forward...