Skip to content

Commit a867036

Browse files
authored
Merge pull request #232 from puppetlabs/CAT-1264-update_supported_os
(CAT-1264) - Add Support for CentOS 8, RHEL 8/9, Debian 10/11, Ubuntu 18/20/22, Windows 16/19/22
2 parents 445ff22 + 528b749 commit a867036

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

metadata.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
{
1515
"operatingsystem": "CentOS",
1616
"operatingsystemrelease": [
17-
"7"
17+
"7",
18+
"8"
1819
]
1920
},
2021
{
@@ -26,7 +27,9 @@
2627
{
2728
"operatingsystem": "RedHat",
2829
"operatingsystemrelease": [
29-
"7"
30+
"7",
31+
"8",
32+
"9"
3033
]
3134
},
3235
{
@@ -37,17 +40,27 @@
3740
},
3841
{
3942
"operatingsystem": "Debian",
40-
"operatingsystemrelease": []
43+
"operatingsystemrelease": [
44+
"10",
45+
"11"
46+
]
4147
},
4248
{
4349
"operatingsystem": "Ubuntu",
44-
"operatingsystemrelease": []
50+
"operatingsystemrelease": [
51+
"18.04",
52+
"20.04",
53+
"22.04"
54+
]
4555
},
4656
{
4757
"operatingsystem": "windows",
4858
"operatingsystemrelease": [
59+
"10",
4960
"2012 R2",
50-
"10"
61+
"2016",
62+
"2019",
63+
"2022"
5164
]
5265
}
5366
],

0 commit comments

Comments
 (0)