voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 101 forks source link

Invalid configuration value: failovermethod=priority #229

Open hboetes opened 2 years ago

hboetes commented 2 years ago

Similar to https://github.com/voxpupuli/puppet-epel/issues/108,

# dnf update
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/epel.repo; Configuration: OptionBinding with id "failovermethod" does not exist

In RH8 the option failovermethod has been removed.

KpuCko commented 2 years ago

Yeah, same issue here. Thanks for reporting that.