Skip to content

Commit c5de228

Browse files
authored
Merge pull request #370 from puppetlabs/pdksync_FM-8922/main/add_windows_2022_support
pdksync - (FM-8922) - Add Support for Windows 2022
2 parents e6b617f + a9e9c32 commit c5de228

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
{
1818
"operatingsystem": "Windows",
1919
"operatingsystemrelease": [
20+
"7",
21+
"8",
22+
"10",
2023
"2008",
2124
"2008 R2",
2225
"2012",
2326
"2012 R2",
2427
"2016",
2528
"2019",
26-
"7",
27-
"8",
28-
"10"
29+
"2022"
2930
]
3031
},
3132
{

0 commit comments

Comments
 (0)