Actions
Bug #14843
closedforeman-rake config should print errors when providing an invalid value
Description
Currently, foreman-rake config might take values for any setting, but when we check if it's valid or not, we just don't print the error when it's not valid.
https://github.com/theforeman/foreman/blob/develop/lib/tasks/config.rake#L111
Actions