Add a requirement on server install.

Change-Id: Ifc51229a8df1a7024ee89ca8b1b0c85f38ff90d4
Reviewed-on: https://review.openstack.org/11076
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-09 10:10:53 -04:00 committed by Jenkins
parent 339f4e115f
commit d10c011a03

View File

@ -119,9 +119,11 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) {
mysql::db { 'openstack_citest':
user => 'openstack_citest',
password => 'openstack_citest',
host => 'localhost',
grant => ['all'],
password => 'openstack_citest',
host => 'localhost',
grant => ['all'],
require => [Class['mysql::server'],
Class['mysql::server::account_security']]
}
}