forked from markt-de/puppet-galera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
59 lines (58 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": "Michael Chapman",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.1.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.0.0 < 3.0.0"
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">=2.2.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">=1.0.0"
},
{
"name": "puppetlabs/xinetd",
"version_requirement": ">=1.3.0"
}
],
"description": "Install/configure MySQL with Galera",
"license": "Apache-2.0",
"name": "michaeltchapman-galera",
"operatingsystem_support": [
{
"operatingsystem":"Debian"
},
{
"operatingsystem":"Ubuntu",
"operatingsystemrelease": ["12.04", "14.04"]
},
{
"operatingsystem":"RedHat",
"operatingsystemrelease": ["6.0", "7.0"]
},
{
"operatingsystem":"CentOS",
"operatingsystemrelease": ["6.0", "7.0"]
},
{
"operatingsystem":"Scientific"
},
{
"operatingsystem":"OracleLinux"
}
],
"project_page": "https://github.com/michaeltchapman/puppet-galera",
"issues_url": "https://github.com/michaeltchapman/puppet-galera/issues",
"requirements": [],
"source": "https://github.com/michaeltchapman/puppet-galera",
"summary": "Install/configure MySQL with Galera",
"tags": ["mysql", "percona", "mariadb", "galera", "database"],
"version": "0.1.0"
}