Skip to content

Commit ac8e9d9

Browse files
author
John Florian
committed
add default version for Fedora 35
Signed-off-by: John Florian <jflorian@doubledog.org>
1 parent 1f352c1 commit ac8e9d9

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
@@ -167,7 +167,7 @@
167167
$default_version = $facts['os']['family'] ? {
168168
/^(RedHat|Linux)/ => $facts['os']['name'] ? {
169169
'Fedora' => $facts['os']['release']['major'] ? {
170-
/^(34)$/ => '13',
170+
/^(34|35)$/ => '13',
171171
/^(32|33)$/ => '12',
172172
/^(31)$/ => '11.6',
173173
/^(30)$/ => '11.2',

0 commit comments

Comments
 (0)