009a37ee4b
For Pike Milestone 3 we need to fix the SHA's before we release. Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Mysql cnf files can now be properly overridden. The config_template
|
|
module has been extended to support valueless options, such as those that
|
|
are found in the my.cnf file(i.e. `quick` under the `mysqldump` section).
|
|
To use valueless options, use the `ignore_none_type` attribute of the
|
|
config_template module.
|