Project

General

Profile

Download (1.16 KB) Statistics
| Branch: | Tag: | Revision:
8251f24a Eric D. Helms
{
"name": "katello-candlepin",
fa8e07ff Eric D. Helms
"version": "0.2.0",
8251f24a Eric D. Helms
"author": "Katello",
"summary": "Configure and install Candlepin entitlement server.",
5b4dbfff Eric D. Helms
"license": "GPL-3.0+",
8251f24a Eric D. Helms
"source": "https://github.com/Katello/puppet-candlepin.git",
"project_page": "https://github.com/Katello/puppet-candlepin",
"issues_url": "http://projects.theforeman.org/projects/katello/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
8f2220c0 Stephen Benjamin
"version_requirement": ">= 4.2.0 < 5.0.0"
8251f24a Eric D. Helms
},
{
b87e40e8 Stephen Benjamin
"name": "puppetlabs-postgresql",
"version_requirement": ">= 3.0.0 < 5.0.0"
8251f24a Eric D. Helms
},
63fc49f5 Dennis Crissman
{
b87e40e8 Stephen Benjamin
"name": "puppetlabs-concat",
"version_requirement": ">= 1.0.0 < 3.0.0"
8251f24a Eric D. Helms
}
8f2220c0 Stephen Benjamin
],
"requirements": [
b87e40e8 Stephen Benjamin
{
"name": "puppet",
"version_requirement": ">= 3.2.0 < 4.0.0"
}
8f2220c0 Stephen Benjamin
],
"operatingsystem_support": [
b87e40e8 Stephen Benjamin
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
}
8251f24a Eric D. Helms
]
}