Add missing restart flag to mysql
If that is not set, it is not picking the max_connection updates until next restart, causing manifest to fail at first run. Change-Id: Ia6ff2700b564801e647b88d68d6a4ecb579b96c1
This commit is contained in:
parent
900fc12950
commit
0308967fd8
@ -90,6 +90,7 @@ class infracloud::controller(
|
||||
|
||||
class { '::mysql::server':
|
||||
root_password => $root_mysql_password,
|
||||
restart => true,
|
||||
override_options => {
|
||||
'mysqld' => {
|
||||
'max_connections' => $mysql_max_connections,
|
||||
|
Loading…
Reference in New Issue
Block a user