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 90bd0f2 + 2507d15 commit 5b1dd5dCopy full SHA for 5b1dd5d
manifests/globals.pp
@@ -65,7 +65,7 @@
65
$default_version = $::osfamily ? {
66
/^(RedHat|Linux)/ => $::operatingsystem ? {
67
'Fedora' => $::operatingsystemrelease ? {
68
- /^(26)$/ => '9.6',
+ /^(26|27)$/ => '9.6',
69
/^(24|25)$/ => '9.5',
70
/^(22|23)$/ => '9.4',
71
/^(21)$/ => '9.3',
0 commit comments