We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e82d32 commit a347ebdCopy full SHA for a347ebd
manifests/globals.pp
@@ -65,6 +65,7 @@
65
$default_version = $::osfamily ? {
66
/^(RedHat|Linux)/ => $::operatingsystem ? {
67
'Fedora' => $::operatingsystemrelease ? {
68
+ /^(30)$/ => '11.2',
69
/^(29)$/ => '10.6',
70
/^(28)$/ => '10.4',
71
/^(26|27)$/ => '9.6',
0 commit comments