Skip to content

Commit

Permalink
(PUP-9198) Add RHEL8 support in the dnf provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhahaha committed Oct 18, 2018
1 parent 33ae661 commit 75f7063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/package/dnf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
end

defaultfor :operatingsystem => :fedora, :operatingsystemmajrelease => (22..30).to_a
defaultfor :osfamily => :redhat, :operatingsystemmajrelease => ["8"]

def self.update_command
# In DNF, update is deprecated for upgrade
Expand Down

0 comments on commit 75f7063

Please sign in to comment.