commit
1d82477723
2 changed files with 6 additions and 5 deletions
|
@ -6,6 +6,7 @@ This release fixes an incorrect function used in `mysql::server::backup` and fix
|
||||||
- Use `warning()` not `warn()`
|
- Use `warning()` not `warn()`
|
||||||
- Metadata had inadvertantly dropped 3.3.x support
|
- Metadata had inadvertantly dropped 3.3.x support
|
||||||
- Some 3.3.x compatibility issues in `mysqltuner` were corrected
|
- Some 3.3.x compatibility issues in `mysqltuner` were corrected
|
||||||
|
- Fixes an incorrect warning in `mysql::server::backup` manifest
|
||||||
|
|
||||||
## 2015-08-10 - Supported Release 3.6.0
|
## 2015-08-10 - Supported Release 3.6.0
|
||||||
### Summary
|
### Summary
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
|
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
|
||||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||||
|
"dependencies": [
|
||||||
|
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
|
||||||
|
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"}
|
||||||
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
|
@ -81,9 +85,5 @@
|
||||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Mysql module",
|
"description": "Mysql module"
|
||||||
"dependencies": [
|
|
||||||
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
|
|
||||||
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue