Skip to content

Commit

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

0 comments on commit 88c96e1

Please sign in to comment.