Skip to content

Commit 55e24e4

Browse files
committed
added fedora 37
1 parent f5c79f2 commit 55e24e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/globals.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
$default_version = $facts['os']['family'] ? {
169169
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
170170
'Fedora' => $facts['os']['release']['major'] ? {
171-
/^(36)$/ => '14',
171+
/^(36|37)$/ => '14',
172172
/^(34|35)$/ => '13',
173173
/^(32|33)$/ => '12',
174174
/^(31)$/ => '11.6',

0 commit comments

Comments
 (0)