Closed alexjfisher closed 2 years ago
Seeing this in centos stream 8 with puppet-epel.
This error is now showing up on RHEL 8:
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel-debuginfo.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel-source.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel-testing.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel-testing-debuginfo.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel-testing-source.repo; Configuration: OptionBinding with id "failovermethod" does not exist
I noticed this error whilst debugging EL8 acceptance tests. failovermethod is not a valid option in EL8? https://bugzilla.redhat.com/show_bug.cgi?id=1653831 was the first thing I hit on google and has some more information.