Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
New Feature
-
PuppetDB can now optionally store "inputs" to catalog compilation, such as hiera keys. See the [command's wire format](puppet.com/docs/puppetdb/latest/api/wire_format/catalog_inputs_format_v1.md) for how to submit them.
-
Needs Assessment
Description
Store catalog inputs when they are sent via a new optional key in the catalog wire-format. Assuming it's feasible, this approach has the advantage that it makes updates transactional, and avoids having to augment import/export/sync to handle a new command (assuming a new command might even be appropriate).