Erik Dalén

Results 23 comments of Erik Dalén

right, so just `Nagios_service` worked in earlier versions. But it was tricky to get working with the new parser that handles structured facts. However, either `Nagios_service[~'.*']`, `Nagios_service[~'']` or `#resource.type=Nagios_service` should...

You need the puppetdb-terminus installed. But unfortunately that isn't gem packaged in any good way, see https://projects.puppetlabs.com/issues/16529

That being said, in the spec tests for this module I mock the necessary bits from puppetdb-terminus to make it work. Check the spec for to see the details.

Sure. I'll have a look.

Any info on how it is planned to look? Like a attribute on resources, facts, nodes & events?

A bit late reply here, but I would prefer to just mock the function. It can for example be done by putting something like this in your spec file: ```...

Can you post an example query you get issues with? I'm not sure if you mean queries like `~resource[name]` or `resource[~name]` or something else?

At the moment this is unsupported other than changing the puppetdb config file.

I suppose another option would be to add a `Material.Layout.Property`, `mainProperties` that would take a `List` of `Material.Options.Property`

There is no way to create a node search for currently failing nodes until https://tickets.puppetlabs.com/browse/PDB-818 and https://tickets.puppetlabs.com/browse/PDB-814 are solved. Hopefully they can be solved until PuppetDB 2.3 though. So it...