Skip to content

Commit 3d09637

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 was removed for Windows Server 2008 R2. The list of supported OSs can be found here: https://puppet.com/docs/pe/2021.7/supported_operating_systems.html
1 parent 5cd9652 commit 3d09637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppetlabs-iis",
33
"version": "8.1.0",
44
"author": "puppetlabs",
5-
"summary": "Manage IIS for Windows Server 2008R2, 2012, 2012R2 and 2016. Maintain application sites, pools, installation, and many other IIS settings.",
5+
"summary": "Manage IIS for Windows Server 2012, 2012R2 and 2016. Maintain application sites, pools, installation, and many other IIS settings.",
66
"license": "Apache-2.0",
77
"source": "git://github.com/puppetlabs/puppetlabs-iis",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-iis",
@@ -17,7 +17,6 @@
1717
{
1818
"operatingsystem": "Windows",
1919
"operatingsystemrelease": [
20-
"2008 R2",
2120
"2012",
2221
"2012 R2",
2322
"2016",

0 commit comments

Comments
 (0)