Actions
Feature #21516
openComments in ENC YAML output to know how parameters were chosen
Status:
New
Priority:
Normal
Assignee:
-
Category:
Puppet integration
Target version:
-
Description
Proposed title of this feature request
- [RFE] Comments in ENC YAML output to know how parameters were chosen
- For complex cases where parameters are derived from a number of possible cases, it would be helpful if the YAML output could indicate which matcher(s) were used to determine the result.
YAML supports simple comments prefixed with '#'. In this manner the matchers could be inserted into the output. Example:
---
classes:
abrt:
# fqdn = example.example.com
some_parameter: value
# content_view = cv-example-view
other_parameter: thisvalue
Updated by Ondřej Pražák over 7 years ago
- Subject changed from Comments in ENC YAML output to know how parameters were chosen to Comments in ENC YAML output to know how parameters were chosen
- Category changed from Statistics to Puppet integration
Actions