5290b0a1d9
Staging 2.0.0 has dropped ruby 1.8.7 support only. All tests are run against the head of puppet/staging already.
79 lines
1.6 KiB
JSON
79 lines
1.6 KiB
JSON
{
|
|
"name": "puppetlabs-mysql",
|
|
"version": "3.8.0",
|
|
"author": "Puppet Labs",
|
|
"summary": "Installs, configures, and manages the MySQL service.",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
|
|
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
|
|
{"name":"puppet/staging","version_requirement":">= 1.0.1 < 3.0.0"}
|
|
],
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLES",
|
|
"operatingsystemrelease": [
|
|
"11 SP1",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"10.04",
|
|
"12.04",
|
|
"14.04",
|
|
"16.04"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
|
}
|
|
],
|
|
"description": "Mysql module"
|
|
}
|