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 c6fc60b commit 451a339Copy full SHA for 451a339
manifests/globals.pp
@@ -158,6 +158,7 @@
158
},
159
'Amazon' => '9.2',
160
default => $::operatingsystemrelease ? {
161
+ /^8\./ => '10',
162
/^7\./ => '9.2',
163
/^6\./ => '8.4',
164
/^5\./ => '8.1',
metadata.json
@@ -27,7 +27,8 @@
27
"operatingsystemrelease": [
28
"5",
29
"6",
30
- "7"
+ "7",
31
+ "8"
32
]
33
34
{
0 commit comments