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 f985be6 commit 44ecaeeCopy full SHA for 44ecaee
manifests/globals.pp
@@ -64,6 +64,7 @@
64
$default_version = $::osfamily ? {
65
/^(RedHat|Linux)/ => $::operatingsystem ? {
66
'Fedora' => $::operatingsystemrelease ? {
67
+ /^(26)$/ => '9.6',
68
/^(24|25)$/ => '9.5',
69
/^(22|23)$/ => '9.4',
70
/^(21)$/ => '9.3',
0 commit comments