Page MenuHomePhabricator

Cumin: PuppetDB backend, allow to specify boolean values for resource parameters
Closed, DuplicatePublic

Description

Currently Cumin's PuppetDB backend quote all values that are queried. If a resource parameter has a boolean value though, PuppetDB API's expect the value to not be quoted.

Allow to query for boolean values, assuming that if true/false are specified in the query without quotes they should be used as is.

Investigate also if other Puppet types might have been masked by the quoting and ensure they can all be queried.