Use account_security to remove bogus accounts.
Change-Id: I20aa549cf87f24d13d302fc219df84727c9fba10 Reviewed-on: https://review.openstack.org/11041 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
c8af1ffc11
commit
339f4e115f
@ -236,6 +236,7 @@ class gerrit($virtual_hostname=$fqdn,
|
||||
'bind_address' => '127.0.0.1',
|
||||
}
|
||||
}
|
||||
include mysql::server::account_security
|
||||
|
||||
mysql::db { "reviewdb":
|
||||
user => "gerrit2",
|
||||
|
@ -115,6 +115,7 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) {
|
||||
'bind_address' => '127.0.0.1',
|
||||
}
|
||||
}
|
||||
include mysql::server::account_security
|
||||
|
||||
mysql::db { 'openstack_citest':
|
||||
user => 'openstack_citest',
|
||||
|
Loading…
x
Reference in New Issue
Block a user