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:
Yolanda Robla Mota 2016-10-17 15:41:21 +02:00
parent 900fc12950
commit 0308967fd8
1 changed files with 1 additions and 0 deletions

View File

@ -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,