Skip to content

Commit

Permalink
Stop trying to upgrade dnf on every chef run
Browse files Browse the repository at this point in the history
Differential Revision: D55095284

fbshipit-source-id: 38ec6a43bbeac94aa132c8d22651dab35c8a3be3
  • Loading branch information
epilatow authored and facebook-github-bot committed Mar 20, 2024
1 parent 5522a55 commit 5960b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/fb_dnf/recipes/packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@

package dnf_packages do
only_if { node['fb_dnf']['manage_packages'] }
action :upgrade
action :install
end

0 comments on commit 5960b3d

Please sign in to comment.