fix module to work with latest mysql version
Change-Id: I14328be9f00a94a6eb18670f85ee0b61b434833c
This commit is contained in:
parent
2a78b958c7
commit
d63ca9a3b6
@ -7,10 +7,11 @@ class etherpad_lite::mysql(
|
|||||||
$database_password,
|
$database_password,
|
||||||
) {
|
) {
|
||||||
class { '::mysql::server':
|
class { '::mysql::server':
|
||||||
config_hash => {
|
root_password => $mysql_root_password,
|
||||||
'root_password' => $mysql_root_password,
|
override_options => {
|
||||||
'default_engine' => 'InnoDB',
|
'mysqld' => {
|
||||||
'bind_address' => '127.0.0.1',
|
'default-storage-engine' => 'InnoDB',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user