Skip to content

Commit 24384f8

Browse files
author
jordanbreenpuppet
committed
(MAINT) Drop support for Solaris 10, Windows Server 2008 R2, and Windows 7+8.1.
Prior to this commit the metadata.json file for this module listed OSs that are not supported by puppet agent as supported. This commit aims to refactor the metadata.json file to only list OSs that are supported by puppet agent. In this commit: Support for Solaris 10 was removed. Support for Windows Server 2008 R2 was removed. Support for Windows 7 and 8.1 was removed. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent 57de60e commit 24384f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

metadata.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
{
6868
"operatingsystem": "Solaris",
6969
"operatingsystemrelease": [
70-
"10",
7170
"11"
7271
]
7372
},
@@ -80,13 +79,10 @@
8079
{
8180
"operatingsystem": "Windows",
8281
"operatingsystemrelease": [
83-
"2008 R2",
8482
"2012",
8583
"2012 R2",
8684
"2016",
8785
"2019",
88-
"7",
89-
"8.1",
9086
"10"
9187
]
9288
},

0 commit comments

Comments
 (0)