forked from alphagov/puppet-gor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
32 lines (32 loc) · 948 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
{
"name": "meltwater-gor",
"version": "0.4.0",
"author": "meltwater",
"summary": "Puppet module for installing and configuring the Gor replay tool.",
"description": "Puppet module for installing and configuring the Gor replay tool.",
"license": "MIT",
"source": "https://github.com/meltwater/puppet-gor",
"project_page": "https://github.com/meltwater/puppet-gor",
"issues_url": "https://github.com/meltwater/puppet-gor/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease":[ "6.0", "7.0" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "12.04" ]
}
],
"tags": [ "gor", "gortool", "http", "capture", "replay", "traffic" ],
"dependencies": [
{
"name":"puppetlabs-stdlib",
"version_requirement":">= 2.2.0"
},
{
"name":"camptocamp-archive",
"version_requirement":">= 0.8.1"
}
]
}