mysql_extra_configuration rework

This commit is contained in:
Emilien Mantel
2016-09-25 11:23:38 +02:00
parent deb2e1b811
commit 17f3731450
3 changed files with 8 additions and 12 deletions

View File

@@ -66,10 +66,7 @@ mysql_extra_configuration: []
# Example:
#mysql_extra_configuration:
# - group_name: 'mysqld'
# conf:
# - key: 'innodb_awsome_feature'
# value: 1
# 'innodb_awsome_feature': 1
# -------------------------------------