Skip to content

Commit fe30a5c

Browse files
author
jordanbreenpuppet
committed
(MAINT) Refactoring supported 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 Windows Server 2008 & 2008 R2 was removed. Support for Windows 7 & 8 was removed. Support for Fedora 27 & 28 was removed. Support for OSX 10.12, 10.13 & 10.14 was removed. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent 5138f72 commit fe30a5c

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

metadata.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
{
1818
"operatingsystem": "Windows",
1919
"operatingsystemrelease": [
20-
"7",
21-
"8",
2220
"10",
23-
"2008",
24-
"2008 R2",
2521
"2012",
2622
"2012 R2",
2723
"2016",
@@ -44,21 +40,6 @@
4440
"11"
4541
]
4642
},
47-
{
48-
"operatingsystem": "Fedora",
49-
"operatingsystemrelease": [
50-
"27",
51-
"28"
52-
]
53-
},
54-
{
55-
"operatingsystem": "OSX ",
56-
"operatingsystemrelease": [
57-
"10.12",
58-
"10.13",
59-
"10.14"
60-
]
61-
},
6243
{
6344
"operatingsystem": "RedHat",
6445
"operatingsystemrelease": [

0 commit comments

Comments
 (0)