forked from voxpupuli/puppet-iis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
36 lines (36 loc) · 1.01 KB
/
metadata.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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
34
35
36
{
"name": "puppet-iis",
"version": "1.4.1",
"author": "puppet-community",
"license": "Apache 2.0",
"summary": "Module that will manage IIS for windows server 2008 and above. It will help maintain application pools, sites and virtual applications",
"source": "https://github.com/puppet-community/puppet-iis.git",
"project_page": "https://github.com/puppet-community/puppet-iis",
"issues_url": "https://github.com/puppet-community/puppet-iis/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [ "2008R2", "2012", "2012R2" ]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
},
{
"name": "puppet",
"version_requirement": "3.x"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0 < 5.0.0"
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.1 < 2.0.0"
}
]
}