author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 146 | dc4d1cdc47e0 |
permissions | -rw-r--r-- |
28 | 1 |
{ |
2 |
"name": "puppetlabs-mysql", |
|
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
3 |
"version": "3.7.0", |
28 | 4 |
"author": "Puppet Labs", |
5 |
"summary": "Installs, configures, and manages the MySQL service.", |
|
6 |
"license": "Apache-2.0", |
|
7 |
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git", |
|
8 |
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql", |
|
9 |
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES", |
|
10 |
"dependencies": [ |
|
11 |
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}, |
|
12 |
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"} |
|
13 |
], |
|
14 |
"operatingsystem_support": [ |
|
15 |
{ |
|
16 |
"operatingsystem": "RedHat", |
|
17 |
"operatingsystemrelease": [ |
|
18 |
"5", |
|
19 |
"6", |
|
20 |
"7" |
|
21 |
] |
|
22 |
}, |
|
23 |
{ |
|
24 |
"operatingsystem": "CentOS", |
|
25 |
"operatingsystemrelease": [ |
|
26 |
"5", |
|
27 |
"6", |
|
28 |
"7" |
|
29 |
] |
|
30 |
}, |
|
31 |
{ |
|
32 |
"operatingsystem": "OracleLinux", |
|
33 |
"operatingsystemrelease": [ |
|
34 |
"5", |
|
35 |
"6", |
|
36 |
"7" |
|
37 |
] |
|
38 |
}, |
|
39 |
{ |
|
40 |
"operatingsystem": "Scientific", |
|
41 |
"operatingsystemrelease": [ |
|
42 |
"5", |
|
43 |
"6", |
|
44 |
"7" |
|
45 |
] |
|
46 |
}, |
|
47 |
{ |
|
48 |
"operatingsystem": "SLES", |
|
49 |
"operatingsystemrelease": [ |
|
50 |
"11 SP1", |
|
51 |
"12" |
|
52 |
] |
|
53 |
}, |
|
54 |
{ |
|
55 |
"operatingsystem": "Debian", |
|
56 |
"operatingsystemrelease": [ |
|
57 |
"6", |
|
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
58 |
"7", |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
59 |
"8" |
28 | 60 |
] |
61 |
}, |
|
62 |
{ |
|
63 |
"operatingsystem": "Ubuntu", |
|
64 |
"operatingsystemrelease": [ |
|
65 |
"10.04", |
|
66 |
"12.04", |
|
146
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
67 |
"14.04", |
dc4d1cdc47e0
first implementation of handle install. Need refinement
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
68 |
"16.04" |
28 | 69 |
] |
70 |
} |
|
71 |
], |
|
72 |
"requirements": [ |
|
73 |
{ |
|
74 |
"name": "pe", |
|
75 |
"version_requirement": ">= 3.0.0 < 2015.4.0" |
|
76 |
}, |
|
77 |
{ |
|
78 |
"name": "puppet", |
|
79 |
"version_requirement": ">= 3.0.0 < 5.0.0" |
|
80 |
} |
|
81 |
], |
|
82 |
"description": "Mysql module" |
|
83 |
} |