Skip to content

Commit

Permalink
Merge pull request #1621 from lweller/fedora40-41
Browse files Browse the repository at this point in the history
added default version for fedora 40 and 41
  • Loading branch information
ekohl authored Nov 25, 2024
2 parents e0486a1 + 076d76c commit ab7e59e
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 @@ -180,6 +180,7 @@
$default_version = $facts['os']['family'] ? {
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
'Fedora' => $facts['os']['release']['major'] ? {
/^(40|41)$/ => '16',
/^(38|39)$/ => '15',
/^(36|37)$/ => '14',
/^(34|35)$/ => '13',
Expand Down

0 comments on commit ab7e59e

Please sign in to comment.