Project

General

Profile

Download (2.49 KB) Statistics
| Branch: | Tag: | Revision:
23b081b9 Dominic Cleal
{
aeb39979 Dominic Cleal
"name": "theforeman-puppet",
98369771 Ewoud Kohl van Wijngaarden
"version": "9.0.2",
aeb39979 Dominic Cleal
"author": "theforeman",
"summary": "Puppet agent and server configuration",
"license": "GPL-3.0+",
"source": "git://github.com/theforeman/puppet-puppet",
23b081b9 Dominic Cleal
"project_page": "https://github.com/theforeman/puppet-puppet",
aeb39979 Dominic Cleal
"issues_url": "https://github.com/theforeman/puppet-puppet/issues",
"description": "Module for installing the Puppet agent and Puppet server",
"tags": [
"foreman",
"puppet",
"puppetmaster",
"puppet-server"
],
23b081b9 Dominic Cleal
"dependencies": [
aeb39979 Dominic Cleal
{
"name": "puppetlabs/apache",
8313bacf Michael Moll
"version_requirement": ">= 1.2.0 < 4.0.0"
aeb39979 Dominic Cleal
},
6cb7115a Michael Moll
{
b0fac128 Alexander Fisher
"name": "puppetlabs/puppet_authorization",
6cb7115a Michael Moll
"version_requirement": ">= 0.3.0 < 1.0.0"
},
57a8b959 Mickaël Canévet
{
"name": "puppetlabs/concat",
38611562 Michael Moll
"version_requirement": ">= 1.0.0 < 5.0.0"
57a8b959 Mickaël Canévet
},
0a45dd1c Michael Moll
{
"name": "puppetlabs/hocon",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
aeb39979 Dominic Cleal
{
"name": "puppetlabs/stdlib",
cd0c8eec Dominic Cleal
"version_requirement": ">= 4.13.0 < 5.0.0"
11032765 Michael Moll
},
{
"name": "puppet/extlib",
45b46ca9 Mateusz Gozdek
"version_requirement": ">= 0.11.3 < 3.0.0"
aeb39979 Dominic Cleal
}
23b081b9 Dominic Cleal
],
"requirements": [
aeb39979 Dominic Cleal
{
"name": "puppet",
443a9a82 Michael Moll
"version_requirement": ">= 4.6.1 < 6.0.0"
aeb39979 Dominic Cleal
}
23b081b9 Dominic Cleal
],
"operatingsystem_support": [
aeb39979 Dominic Cleal
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Fedora",
"operatingsystemrelease": [
4ae11d79 Michael Moll
"25",
"26"
aeb39979 Dominic Cleal
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
29edd82b Dominic Cleal
"7",
4ae11d79 Michael Moll
"8",
"9"
aeb39979 Dominic Cleal
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
3b398aa8 Michael Moll
"14.04",
"16.04"
aeb39979 Dominic Cleal
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
4ba1c3aa Tim Meusel
"10",
"11"
aeb39979 Dominic Cleal
]
},
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"4"
]
},
88fa3d68 Greg Sutcliffe
{
"operatingsystem": "Archlinux"
},
bd9593bf Timo Goebel
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
90363503 Dominic Cleal
"11",
"12"
bd9593bf Timo Goebel
]
},
aeb39979 Dominic Cleal
{
7a6b01bb Michael Moll
"operatingsystem": "windows",
aeb39979 Dominic Cleal
"operatingsystemrelease": [
"7",
"8",
"2008 R2",
"2012",
"2012 R2"
9be5a6c1 Gene Liverman
]
}
23b081b9 Dominic Cleal
]
}