From 1aa160fbd739840acdb694be89a1eee7c15715c7 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Wed, 16 Jan 2013 11:43:43 -0500 Subject: [PATCH] making sure mysql is installed before we try to clean the anon user and test db BZ896107 Change-Id: I98af88ebf6a6514767bc50ada1ea04abbddbcf6c --- packstack/puppet/templates/mysql.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packstack/puppet/templates/mysql.pp b/packstack/puppet/templates/mysql.pp index 93460d3e0..2bea76e35 100644 --- a/packstack/puppet/templates/mysql.pp +++ b/packstack/puppet/templates/mysql.pp @@ -4,7 +4,9 @@ class {"mysql::server": root_password => "%(CONFIG_MYSQL_PW)s",} } -class {"mysql::server::account_security": } +class {"mysql::server::account_security": + require => Class["mysql::server"], +} class {"keystone::db::mysql": password => "keystone_default_password",