Skip to content

Commit fb358e1

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 R2 was removed. Support for FreeBSD was removed. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent 46424e3 commit fb358e1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

metadata.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
{
7575
"operatingsystem": "Windows",
7676
"operatingsystemrelease": [
77-
"2008 R2",
7877
"2012 R2",
7978
"2016",
8079
"2019",
@@ -92,13 +91,6 @@
9291
"operatingsystemrelease": [
9392
"8"
9493
]
95-
},
96-
{
97-
"operatingsystem": "FreeBSD",
98-
"operatingsystemrelease": [
99-
"12",
100-
"13"
101-
]
10294
}
10395
],
10496
"requirements": [

0 commit comments

Comments
 (0)