Skip to content

Commit f60d68a

Browse files
authored
Merge pull request #278 from puppetlabs/pdksync_FM-8922/main/add_windows_2022_support
pdksync - (FM-8922) - Add Support for Windows 2022
2 parents a694bef + 7afa0b9 commit f60d68a

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
@@ -29,15 +29,16 @@
2929
{
3030
"operatingsystem": "Windows",
3131
"operatingsystemrelease": [
32+
"7",
33+
"8.1",
34+
"10",
3235
"2008",
3336
"2008 R2",
3437
"2012",
3538
"2012 R2",
3639
"2016",
3740
"2019",
38-
"7",
39-
"8.1",
40-
"10"
41+
"2022"
4142
]
4243
}
4344
],

0 commit comments

Comments
 (0)