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 38c77b4 commit 0df1f72Copy full SHA for 0df1f72
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