Description of problem: exit with error when a parameter in answer file is defined more than once Version-Release number of selected component (if applicable): rhevm-setup-3.1.0-11.el6ev.noarch / si13.2 How reproducible: always Steps to Reproduce: 1. Copy some configuration option to other part of the file 2. run engine-setup --answer-file=${FILE} 3. Actual results: engine-setup takes last occurence of duplicate value for further processing Expected results: engine-setup exits with error that the option is entered more than once Additional info: silly error on my account but took me quite a while to figure out...
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.
The answer files in 3.3 creates an otopi configuration file which is environment file, which is standard python configfile. It is valid to specify multiple entries of same variable within one file and among multiple files that are loaded by order. This enables override of values with more specific configuration, for example: # engine-setup --config-append=base.conf --config-append=my-server.conf Also in previous setup, taking the last value was appropriate.