Merge "Packstack adds "default-storage-engine=InnoDB" to /etc/my.cnf"."
This commit is contained in:
commit
6b19e22919
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
class {"mysql::server":
|
class {"mysql::server":
|
||||||
config_hash => {bind_address => "0.0.0.0",
|
config_hash => {bind_address => "0.0.0.0",
|
||||||
|
default_engine => "InnoDB",
|
||||||
root_password => "%(CONFIG_MYSQL_PW)s",}
|
root_password => "%(CONFIG_MYSQL_PW)s",}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user