Project

General

Profile

Download (1.91 KB) Statistics
| Branch: | Tag: | Revision:
c85b8942 Dominic Cleal
{
22a3da16 Dominic Cleal
"name": "theforeman-foreman",
4f441743 Dominic Cleal
"version": "4.0.2",
22a3da16 Dominic Cleal
"author": "theforeman",
"summary": "Foreman server configuration",
"license": "GPL-3.0+",
"source": "git://github.com/theforeman/puppet-foreman",
5fb395db Dominic Cleal
"project_page": "https://github.com/theforeman/puppet-foreman",
22a3da16 Dominic Cleal
"issues_url": "https://github.com/theforeman/puppet-foreman/issues",
"description": "Module for configuring Foreman",
"tags": [
"foreman"
],
c85b8942 Dominic Cleal
"dependencies": [
22a3da16 Dominic Cleal
{
"name": "theforeman/tftp",
"version_requirement": ">= 1.4.0 < 2.0.0"
},
{
"name": "adrien/alternatives",
"version_requirement": ">= 0.3.0 < 1.0.0"
},
{
"name": "puppetlabs/apache",
"version_requirement": ">= 1.2.0 < 2.0.0"
},
{
"name": "puppetlabs/apt",
6c4c67df Chris Edester
"version_requirement": "< 3.0.0"
22a3da16 Dominic Cleal
},
de8e0319 Mickaël Canévet
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.0 < 3.0.0"
},
22a3da16 Dominic Cleal
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 3.0.0 < 5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0 < 5.0.0"
}
c85b8942 Dominic Cleal
],
"requirements": [
22a3da16 Dominic Cleal
{
"name": "puppet",
"version_requirement": ">= 2.7.0 < 4.0.0"
}
c85b8942 Dominic Cleal
],
"operatingsystem_support": [
22a3da16 Dominic Cleal
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"19"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
3355dbb6 Dominic Cleal
"7",
"8"
22a3da16 Dominic Cleal
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
c85b8942 Dominic Cleal
]
}