-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.json
48 lines (44 loc) · 1.22 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
{
"name": "gnubilafrance-redmine",
"version": "0.0.5",
"author": "Baptiste Grenier <[email protected]>",
"license": "MIT",
"summary": "Multi redmine setup with mysql and apache",
"source": "https://github.com/gnubila-france/puppet-redmine",
"project_page": "https://github.com/gnubila-france/puppet-redmine",
"issues_url": "https://github.com/gnubila-france/puppet-redmine/issues",
"tags": [ "redmine" ],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
}
],
"dependencies": [
{ "name": "example42/puppi", "version_requirement": ">= 2.1.14" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.9.0" },
{ "name": "puppetlabs/mysql", "version_requirement": ">= 3.6.1" },
{ "name": "puppetlabs/apache", "version_requirement": ">= 1.6.0" },
{ "name": "puppetlabs/vcsrepo", "version_requirement": ">= 1.1.0" }
],
"data_provider": "hiera"
}