forked from theforeman/puppet-pulp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.json
35 lines (35 loc) · 882 Bytes
/
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
{
"name": "katello-pulp",
"version": "0.1.0",
"author": "Katello",
"summary": "Configure and install a Pulp server or node.",
"license": "GPLv3+",
"source": "https://github.com/Katello/puppet-pulp.git",
"project_page": "https://github.com/Katello/puppet-pulp",
"issues_url": "http://projects.theforeman.org/projects/katello/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0"
},
{
"name": "puppetlabs-apache",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs-mongodb"
},
{
"name": "theforeman-foreman",
"version_requirement": ">= 1.5.0"
},
{
"name": "theforeman-concat_native",
"version_requirement": ">= 1.3.0"
},
{
"name": "katello-qpid",
"version_requirement": ">= 0.1.0"
}
]
}