chef-cookbooks / chef-ingredient

Primitives for managing Chef products and packages
https://supermarket.chef.io/cookbooks/chef-ingredient
Apache License 2.0
45 stars 54 forks source link

Fix support for RHEL/CentOS 8 #242

Closed ramereth closed 5 years ago

ramereth commented 5 years ago

RHEL 8 now ships with dnf as the primary package manager. This fix accounts for the need to use the Dnf package provider instead of the defaulted Yum provider. Without this, the converge will fail trying to use the Yum provider.

Signed-off-by: Lance Albertson lance@osuosl.org

Check List