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:
		@@ -207,6 +207,7 @@ class jenkins::slave(
 | 
				
			|||||||
      password_hash => 'openstack_citest',
 | 
					      password_hash => 'openstack_citest',
 | 
				
			||||||
      createdb      => true,
 | 
					      createdb      => true,
 | 
				
			||||||
      superuser     => false,
 | 
					      superuser     => false,
 | 
				
			||||||
 | 
					      require       => Class['postgresql::server'],
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    postgresql::db { 'openstack_citest':
 | 
					    postgresql::db { 'openstack_citest':
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user