Merge "Packstack adds "default-storage-engine=InnoDB" to /etc/my.cnf"."

This commit is contained in:
Jenkins
2013-09-17 18:31:08 +00:00
committed by Gerrit Code Review

View File

@@ -1,6 +1,7 @@
class {"mysql::server":
config_hash => {bind_address => "0.0.0.0",
default_engine => "InnoDB",
root_password => "%(CONFIG_MYSQL_PW)s",}
}