Skip to content

Commit 13c9b3b

Browse files
John Doejordanbreen28
John Doe
authored andcommitted
(MAINT) Refactoring OSs based on puppet agent docs
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 dropped. - Support for Windows 7 and 8.1 was dropped. - Support for Windows Server 2008 R2 was dropped. - Support for AIX 5.3 and 6.1 was dropped. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent 4148c4b commit 13c9b3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

metadata.json

-6
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,13 @@
7070
{
7171
"operatingsystem": "Solaris",
7272
"operatingsystemrelease": [
73-
"10",
7473
"11"
7574
]
7675
},
7776
{
7877
"operatingsystem": "Windows",
7978
"operatingsystemrelease": [
80-
"7",
81-
"8.1",
8279
"10",
83-
"2008 R2",
8480
"2012 R2 Core",
8581
"2012",
8682
"2012 R2",
@@ -91,8 +87,6 @@
9187
{
9288
"operatingsystem": "AIX",
9389
"operatingsystemrelease": [
94-
"5.3",
95-
"6.1",
9690
"7.1"
9791
]
9892
},

0 commit comments

Comments
 (0)