63 строки
1.5 KiB
JSON
63 строки
1.5 KiB
JSON
{
|
|
"name": "github-orchestrator",
|
|
"version": "1.0.1",
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"summary": "A module for installing and configuring Orchestrator (https://github.com/github/orchestrator/)",
|
|
"source": "https://github.com/github/puppet-orchestrator-for-mysql.git",
|
|
"project_page": "https://github.com/github/puppet-orchestrator-for-mysql",
|
|
"issues_url": "https://github.com/github/puppet-orchestrator-for-mysql/issues",
|
|
"tags": ["mysql", "orchestrator"],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem":"Fedora",
|
|
"operatingsystemrelease": [
|
|
"22",
|
|
"23",
|
|
"24"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem":"Debian",
|
|
"operatingsystemrelease": [
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"12.04",
|
|
"14.04",
|
|
"15.04",
|
|
"15.10",
|
|
"16.04"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{ "name": "json", "version_requirement": ">=1.8.0" },
|
|
{ "name": "puppet", "version_requirement": ">= 3.2.0" }
|
|
],
|
|
"dependencies": [
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 <5.0.0" },
|
|
{ "name": "computology/packagecloud", "version_requirement": ">= 0.2.0" }
|
|
]
|
|
}
|