Fix privelege typo (should be privilege).
Change-Id: Ic4ef92ca8dc2b2cd8328da06553e6a2fb274e33a Reviewed-on: https://review.openstack.org/20769 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
121513cee0
commit
508df45a7b
@ -210,7 +210,7 @@ class jenkins::slave(
|
||||
}
|
||||
|
||||
postgresql::database_grant { 'grant_openstack_citest_privs':
|
||||
privelege => 'ALL',
|
||||
privilege => 'ALL',
|
||||
db => 'openstack_citest',
|
||||
role => 'openstack_citest',
|
||||
require => Postgresql::Db['openstack_citest'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user