Commit c2e3b36f787536e323b439cf0e058ebf1493d1b6

Authored by Jacob Vosmaer
1 parent 2686a1cf

I do not think we need the 'vip' attribute

files/gitlab-cookbooks/gitlab/attributes/default.rb
... ... @@ -37,7 +37,6 @@ default['gitlab']['gitlab-core']['dir'] = "/var/opt/gitlab/gitlab-core"
37 37 default['gitlab']['gitlab-core']['log_directory'] = "/var/log/gitlab/gitlab-core"
38 38 default['gitlab']['gitlab-core']['environment'] = 'production'
39 39 default['gitlab']['gitlab-core']['listen'] = '127.0.0.1'
40   -default['gitlab']['gitlab-core']['vip'] = '127.0.0.1'
41 40 default['gitlab']['gitlab-core']['port'] = 9462
42 41 default['gitlab']['gitlab-core']['backlog'] = 1024
43 42 default['gitlab']['gitlab-core']['tcp_nodelay'] = true
... ... @@ -73,7 +72,6 @@ default['gitlab']['postgresql']['home'] = "/var/opt/gitlab/postgresql"
73 72 default['gitlab']['postgresql']['user_path'] = "/opt/gitlab/embedded/bin:/opt/gitlab/bin:$PATH"
74 73 default['gitlab']['postgresql']['sql_user'] = "gitlab"
75 74 default['gitlab']['postgresql']['sql_password'] = "snakepliskin"
76   -default['gitlab']['postgresql']['vip'] = "127.0.0.1"
77 75 default['gitlab']['postgresql']['port'] = 5432
78 76 default['gitlab']['postgresql']['listen_address'] = 'localhost'
79 77 default['gitlab']['postgresql']['max_connections'] = 200
... ...