Prepare metadata for supported modules.
This commit is contained in:
parent
dc2ed90682
commit
9305f10a63
1 changed files with 51 additions and 25 deletions
|
@ -1,30 +1,56 @@
|
|||
{
|
||||
"name": "puppetlabs/mysql",
|
||||
"version": "2.2.1",
|
||||
"summary": "Manage MySQL, includes types/providers",
|
||||
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
|
||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||
"author": "Puppet Labs",
|
||||
"license": "Apache-2.0",
|
||||
"operatingsystem_support": [
|
||||
"RedHat",
|
||||
"OpenSUSE",
|
||||
"SLES",
|
||||
"SLED",
|
||||
"Debian",
|
||||
"Ubuntu"
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [
|
||||
"5",
|
||||
"6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "CentOS",
|
||||
"operatingsystemrelease": [
|
||||
"5",
|
||||
"6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "OracleLinux",
|
||||
"operatingsystemrelease": [
|
||||
"5",
|
||||
"6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "Scientific",
|
||||
"operatingsystemrelease": [
|
||||
"5",
|
||||
"6"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "SLES",
|
||||
"operatingsystemrelease": [
|
||||
"11 SP1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "Debian",
|
||||
"operatingsystemrelease": [
|
||||
"6",
|
||||
"7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "Ubuntu",
|
||||
"operatingsystemrelease": [
|
||||
"10.04",
|
||||
"12.04"
|
||||
]
|
||||
}
|
||||
],
|
||||
"puppet_version": [
|
||||
"2.7",
|
||||
"3.0",
|
||||
"3.1",
|
||||
"3.2",
|
||||
"3.3"
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "puppetlabs/stdlib",
|
||||
"version_requirement": ">= 2.2.1"
|
||||
}
|
||||
"requirements": [
|
||||
{ "name": "pe", "version_requirement": "3.2.x" },
|
||||
{ "name": "puppet", "version_requirement": "3.x" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue