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