Project

General

Profile

Download (1.21 KB) Statistics
| Branch: | Tag: | Revision:
{
"name": "theforeman-dhcp",
"version": "1.5.0",
"author": "theforeman",
"summary": "Manage the ISC DHCP daemon",
"license": "Apache-2.0",
"source": "git://github.com/theforeman/puppet-dhcp",
"project_page": "https://github.com/theforeman/puppet-dhcp",
"issues_url": "https://github.com/theforeman/puppet-dhcp/issues",
"description": "A Puppet module to deploy and manage the ISC DHCP server.",
"tags": ["foreman", "isc", "dhcp", "dhcpd"],
"dependencies": [
{ "name": "theforeman/concat_native", "version_requirement": ">= 1.3.0 < 2.0.0" }
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 4.0.0" }
],
"operatingsystem_support": [
{ "operatingsystem": "RedHat", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Scientific", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Fedora", "operatingsystemrelease": [ "19" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", "7" ] },
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
]
}
(11-11/11)