fix postgres user dependency

Change-Id: Ia3a661f46c52a412363892b79051600063447931
Reviewed-on: https://review.openstack.org/21033
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Khai Do
2013-02-01 16:56:29 -08:00
committed by Jenkins
parent 02ac51756d
commit 75cd1ae19d

View File

@@ -207,6 +207,7 @@ class jenkins::slave(
password_hash => 'openstack_citest',
createdb => true,
superuser => false,
require => Class['postgresql::server'],
}
postgresql::db { 'openstack_citest':