Deprecation: DNF Package allow_downgrade Property (CHEF-10)¶
The DNF package provider in the O/S does not require --allow-downgrade
like yum did, and neither does the Chef dnf_package
resource. This property has no effect on the
dnf_resource
property.
Remediation¶
Remove the allow_downgrade
property on the dnf_package
resource.