Skip to content
Snippets Groups Projects
Unverified Commit 8a2766f1 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Do not set default values for deprecated fdw settings

parent 968635df
No related branches found
No related tags found
No related merge requests found
module GeoPostgresql
class << self
def parse_variables
Gitlab['geo_postgresql']['fdw_external_user'] ||=
Gitlab['gitlab_rails']['db_username'] || node['gitlab']['gitlab-rails']['db_username']
Gitlab['geo_postgresql']['fdw_external_password'] ||=
Gitlab['gitlab_rails']['db_password'] || node['gitlab']['gitlab-rails']['db_password']
postgresql_dir = Gitlab['geo_postgresql']['dir'] || node['gitlab']['geo-postgresql']['dir']
 
Gitlab['geo_postgresql']['unix_socket_directory'] ||= postgresql_dir
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment