Skip to content

Commit

Permalink
Merge pull request #1141 from blackknight36/add_f31_support
Browse files Browse the repository at this point in the history
Add Fedora 31 compatibility
  • Loading branch information
sheenaajay authored Feb 24, 2020
2 parents d2b3b12 + 4b0e5a8 commit 4cba0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
$default_version = $::osfamily ? {
/^(RedHat|Linux)/ => $::operatingsystem ? {
'Fedora' => $::operatingsystemrelease ? {
/^(31)$/ => '11.6',
/^(30)$/ => '11.2',
/^(29)$/ => '10.6',
/^(28)$/ => '10.4',
Expand Down

0 comments on commit 4cba0bc

Please sign in to comment.