forked from puppetlabs/puppetlabs-iis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
33 lines (32 loc) · 946 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "puppetlabs-iis",
"version": "4.4.0",
"author": "puppetlabs",
"summary": "Manage IIS for Windows Server 2008R2, 2012, 2012R2 and 2016. Maintain application sites, pools, installation, and many other IIS settings.",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/puppetlabs-iis.git",
"project_page": "https://github.com/puppetlabs/puppetlabs-iis",
"issues_url": "https://tickets.puppet.com/browse/MODULES",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008R2",
"2012",
"2012R2",
"2016"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 7.0.0"
}
],
"pdk-version": "1.6.0",
"template-url": "file://C:/Program Files/Puppet Labs/DevelopmentKit/share/cache/pdk-templates.git",
"template-ref": "1.6.0-0-gf5564c0"
}