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 bccb77d + 5ddafca commit ec56d2eCopy full SHA for ec56d2e
manifests/globals.pp
@@ -61,11 +61,11 @@
61
$default_version = $::osfamily ? {
62
/^(RedHat|Linux)/ => $::operatingsystem ? {
63
'Fedora' => $::operatingsystemrelease ? {
64
- /^(22)$/ => '9.4',
65
- /^(21)$/ => '9.3',
+ /^(22|23)$/ => '9.4',
+ /^(21)$/ => '9.3',
66
/^(18|19|20)$/ => '9.2',
67
- /^(17)$/ => '9.1',
68
- default => undef,
+ /^(17)$/ => '9.1',
+ default => undef,
69
},
70
'Amazon' => '9.2',
71
default => $::operatingsystemrelease ? {
0 commit comments