Commit 7c948e00 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-23' into 'master'

use postgres_role

See merge request gitlab-org/gitlab-ce!19000
parents 992ba636 ab3c6e76
......@@ -33,16 +33,7 @@ If you use a cloud-managed service, or provide your own PostgreSQL:
external_url 'https://gitlab.example.com'
# Disable all components except PostgreSQL
postgresql['enable'] = true
bootstrap['enable'] = false
nginx['enable'] = false
unicorn['enable'] = false
sidekiq['enable'] = false
redis['enable'] = false
prometheus['enable'] = false
gitaly['enable'] = false
gitlab_workhorse['enable'] = false
mailroom['enable'] = false
roles ['postgres_role']
# PostgreSQL configuration
gitlab_rails['db_password'] = 'DB password'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment