We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8250403 commit 0934019Copy full SHA for 0934019
manifests/globals.pp
@@ -64,7 +64,7 @@
64
$default_version = $::osfamily ? {
65
/^(RedHat|Linux)/ => $::operatingsystem ? {
66
'Fedora' => $::operatingsystemrelease ? {
67
- /^(24)$/ => '9.5',
+ /^(24|25)$/ => '9.5',
68
/^(22|23)$/ => '9.4',
69
/^(21)$/ => '9.3',
70
/^(18|19|20)$/ => '9.2',
0 commit comments