Project

General

Profile

Download (1.89 KB) Statistics
| Branch: | Tag: | Revision:
518cb469 Dominic Cleal
{
0759de2f Dominic Cleal
"name": "theforeman-dhcp",
040c79d7 Ewoud Kohl van Wijngaarden
"version": "4.1.2",
0759de2f Dominic Cleal
"author": "theforeman",
"summary": "Manage the ISC DHCP daemon",
"license": "Apache-2.0",
"source": "git://github.com/theforeman/puppet-dhcp",
518cb469 Dominic Cleal
"project_page": "https://github.com/theforeman/puppet-dhcp",
0759de2f Dominic Cleal
"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"
],
518cb469 Dominic Cleal
"dependencies": [
df9f653e Ewoud Kohl van Wijngaarden
{
"name": "camptocamp/systemd",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
0759de2f Dominic Cleal
{
295caaf8 Dominic Cleal
"name": "puppetlabs/concat",
42438e64 Michael Moll
"version_requirement": ">= 1.0.0 < 5.0.0"
699d1618 Ewoud Kohl van Wijngaarden
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.0 < 5.0.0"
0759de2f Dominic Cleal
}
518cb469 Dominic Cleal
],
"requirements": [
0759de2f Dominic Cleal
{
"name": "puppet",
4649201b Michael Moll
"version_requirement": ">= 4.6.1 < 6.0.0"
0759de2f Dominic Cleal
}
518cb469 Dominic Cleal
],
"operatingsystem_support": [
0759de2f Dominic Cleal
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
000d4ce7 Michael Moll
"25",
"26"
0759de2f Dominic Cleal
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
000d4ce7 Michael Moll
"8",
"9"
0759de2f Dominic Cleal
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
8be001cc Dominic Cleal
"14.04",
1889b6aa Michael Moll
"16.04",
"18.04"
0759de2f Dominic Cleal
]
d66778ce Michael Moll
},
1ff339a2 Greg Sutcliffe
{
"operatingsystem": "Archlinux"
},
d66778ce Michael Moll
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
000d4ce7 Michael Moll
"10",
"11"
d66778ce Michael Moll
]
},
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"4"
]
0759de2f Dominic Cleal
}
518cb469 Dominic Cleal
]
}