-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
metadata.json
35 lines (35 loc) · 924 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
34
35
{
"name": "puppet-iis",
"version": "3.1.1-rc0",
"author": "Vox Pupuli",
"license": "MIT",
"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/voxpupuli/puppet-iis.git",
"project_page": "https://github.com/voxpupuli/puppet-iis",
"issues_url": "https://github.com/voxpupuli/puppet-iis/issues",
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2012",
"2012R2"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.8.7 < 5.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.1.1 < 3.0.0"
}
]
}