Skip to content

Commit

Permalink
Merge pull request #1580 from lweller/fedora39
Browse files Browse the repository at this point in the history
Add Fedora 39 support
  • Loading branch information
bastelfreak authored Mar 26, 2024
2 parents 5eb1690 + 8caa079 commit 188d1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/globals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
$default_version = $facts['os']['family'] ? {
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
'Fedora' => $facts['os']['release']['major'] ? {
/^(38)$/ => '15',
/^(38|39)$/ => '15',
/^(36|37)$/ => '14',
/^(34|35)$/ => '13',
/^(32|33)$/ => '12',
Expand Down

0 comments on commit 188d1e5

Please sign in to comment.