-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
26 lines (26 loc) · 1.12 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
{
"name": "Aethylred-gitlab",
"version": "0.5.8",
"author": "Aaron Hicks",
"license": "Licensed under GPL3",
"summary": "A module for installing and managing GitLab with Apache",
"source": "https://github.com/Aethylred/puppet-gitlab",
"project_page": "https://github.com/Aethylred/puppet-gitlab",
"issues_url": "https://github.com/Aethylred/puppet-gitlab/issues",
"tags": ["gitlab", "apache"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" },
{ "name": "puppetlabs/apache", "version_requirement": ">=1.0.0 <1.4.0" },
{ "name": "puppetlabs/vcsrepo", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "puppetlabs/ruby", "version_requirement": ">=0.2.0 <1.0.0" },
{ "name": "puppetlabs/postgresql", "version_requirement": ">=3.3.0 <5.0.0" },
{ "name": "Aethylred/git", "version_requirement": ">=0.3.1 <1.0.0" },
{ "name": "thomasvandoren/redis", "version_requirement": ">=0.10.0 <1.0.0" }
]
}