forked from eperdeme/puppet-iis_rewrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
31 lines (31 loc) · 908 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
{
"name": "opentable-iis_rewrite",
"version": "1.0.0",
"author": "opentable",
"license": "MIT",
"source": "https://github.com/opentable/iis_rewrite",
"project_page": "https://github.com/opentable/iis_rewrite",
"summary": "Module that will install the IIS Rewrite 2.0 Module on Windows",
"issues_url": "https://github.com/opentable/iis_rewrite/issues",
"tags": ["windows","iis","powershell"],
"operatingsystem_support": [
{
"operatingsystem":"Windows",
"operatingsystemrelease":[ "2008R2", "2012", "2012R2" ]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0 <5.0.0"
},
{
"name": "opentable/download_file",
"version_requirement": ">= 0.0.2 <1.0.0"
},
{
"name": "puppetlabs/powershell",
"version_requirement": ">= 1.0.1 <2.0.0"
}
]
}