Skip to content

Commit

Permalink
Merge pull request #1421 from lweller/fedora37
Browse files Browse the repository at this point in the history
Add default version for Fedora 37, 38
  • Loading branch information
ekohl authored Jul 12, 2023
2 parents 2bab88a + 11ffb8d commit c5df630
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
$default_version = $facts['os']['family'] ? {
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
'Fedora' => $facts['os']['release']['major'] ? {
/^(36)$/ => '14',
/^(38)$/ => '15',
/^(36|37)$/ => '14',
/^(34|35)$/ => '13',
/^(32|33)$/ => '12',
/^(31)$/ => '11.6',
Expand Down

0 comments on commit c5df630

Please sign in to comment.