Commit fc09d3a7 authored by Richard Clamp's avatar Richard Clamp

Prune setting of postgresql['sql_user_password']

This was being set twice.  It's just messy.

Closes https://gitlab.com/gitlab-org/build/team-tasks/issues/33
parent f0c5977a
......@@ -231,7 +231,6 @@ See `START user configuration` section in the next step for required information
postgresql['hot_standby'] = 'on'
postgresql['wal_level'] = 'replica'
postgresql['shared_preload_libraries'] = 'repmgr_funcs'
postgresql['sql_user_password'] = 'POSTGRESQL_PASSWORD_HASH'
# Disable automatic database migrations
gitlab_rails['auto_migrate'] = false
......
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