Skip to content

Files

Latest commit

 

History

History
29 lines (14 loc) · 653 Bytes

deprecations_dnf_package_allow_downgrade.md

File metadata and controls

29 lines (14 loc) · 653 Bytes

+++ title = "Deprecation: DNF Package allow_downgrade Property (CHEF-10)" draft = false robots = "noindex"

aliases = "/deprecations_dnf_package_allow_downgrade.html"

+++

[edit on GitHub]

The underlying dnf command in Red Hat based operating systems does not require --allow-downgrade like the previous yum command did. This property does not affect the dnf_resource resource execution and should be removed.

Remediation

Remove the allow_downgrade property on the dnf_package resource.