Skip to content

Commit

Permalink
added fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
lweller committed Apr 23, 2023
1 parent f5c79f2 commit 55e24e4
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 @@ -168,7 +168,7 @@
$default_version = $facts['os']['family'] ? {
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
'Fedora' => $facts['os']['release']['major'] ? {
/^(36)$/ => '14',
/^(36|37)$/ => '14',
/^(34|35)$/ => '13',
/^(32|33)$/ => '12',
/^(31)$/ => '11.6',
Expand Down

0 comments on commit 55e24e4

Please sign in to comment.