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.
2 parents 8250403 + 0934019 commit 46a9bfbCopy full SHA for 46a9bfb
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