making sure mysql is installed before we try to clean the anon user and test db BZ896107

Change-Id: I98af88ebf6a6514767bc50ada1ea04abbddbcf6c
This commit is contained in:
Dan Radez
2013-01-16 11:43:43 -05:00
parent 91e2c422e4
commit 1aa160fbd7

View File

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