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:
parent
339f4e115f
commit
d10c011a03
@ -122,6 +122,8 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) {
|
||||
password => 'openstack_citest',
|
||||
host => 'localhost',
|
||||
grant => ['all'],
|
||||
require => [Class['mysql::server'],
|
||||
Class['mysql::server::account_security']]
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user