c53966f310
This change will allow config_template to parse list only files and extend or replace the content of the list based on the selected module options. Change-Id: I2a24033b0323bcc25bd1b50ffb4034441ab2f468 Signed-off-by: Kevin Carter <kecarter@redhat.com>
8 lines
334 B
YAML
8 lines
334 B
YAML
---
|
|
features:
|
|
- Option parsing in `config_template` has been extended to allow for array
|
|
only overrides. This enhancement will allow us to ingest files which
|
|
contain only an array. For this work, the `config_overrides` now accepts
|
|
both a hash and an array, and will merge, replace, or extend based on the
|
|
data-type.
|