Skip to content

Commit 22866b9

Browse files
author
jordanbreenpuppet
committed
(MAINT) Drop support for AIX 5.3 & 6.1, Windows 7, 8.1, 10, 2008 and 2008 R2
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 AIX 5.3 and 6.1 was removed. Support for Windows 7, 8.1 and 10 was removed. Support for Windows Server 2008 and 2008 R2 was removed.  The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent af84845 commit 22866b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

metadata.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,13 @@
6767
{
6868
"operatingsystem": "Solaris",
6969
"operatingsystemrelease": [
70-
"10",
7170
"11"
7271
]
7372
},
7473
{
7574
"operatingsystem": "Windows",
7675
"operatingsystemrelease": [
77-
"7",
78-
"8.1",
7976
"10",
80-
"2008",
81-
"2008 R2",
8277
"2012",
8378
"2012 R2",
8479
"2016",
@@ -89,8 +84,6 @@
8984
{
9085
"operatingsystem": "AIX",
9186
"operatingsystemrelease": [
92-
"5.3",
93-
"6.1",
9487
"7.1",
9588
"7.2"
9689
]

0 commit comments

Comments
 (0)