Skip to content

Commit

Permalink
Replace yum_package by dnf_package
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Oct 13, 2023
1 parent 8829df1 commit 9ceda9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/recipes/prepare_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end

#Configure and enable chef-client
yum_package "redborder-chef-client" do
dnf_package "redborder-chef-client" do
flush_cache [:before]
action :upgrade
end
Expand Down Expand Up @@ -123,4 +123,4 @@
end
end

node.set["redborder"]["license"]["fmodules"] = fmodules
node.set["redborder"]["license"]["fmodules"] = fmodules

0 comments on commit 9ceda9e

Please sign in to comment.