-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.json
45 lines (45 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "TubeMogul-maxscale",
"version": "1.1.1",
"author": "TubeMogul Inc.",
"summary": "Install and manage Maxscale instances",
"license": "Apache-2.0",
"source": "[email protected]:tubemogul/puppet-maxscale.git",
"project_page": "https://github.com/tubemogul/puppet-maxscale",
"issues_url": "https://github.com/tubemogul/puppet-maxscale/issues",
"tags": [ "maxscale", "database", "mariadb", "mysql", "binlog" ],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
}
],
"dependencies": [
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.0.0 < 3.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
}
]
}