From 0308967fd8a3ad8dd9f411d67e75b011654a38db Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Mon, 17 Oct 2016 15:41:21 +0200 Subject: [PATCH] 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 --- manifests/controller.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/controller.pp b/manifests/controller.pp index da5b696..530d5d9 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -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,