From c2e3b36f787536e323b439cf0e058ebf1493d1b6 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 4 Feb 2014 17:03:23 +0100 Subject: [PATCH] I do not think we need the 'vip' attribute --- files/gitlab-cookbooks/gitlab/attributes/default.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/attributes/default.rb b/files/gitlab-cookbooks/gitlab/attributes/default.rb index ba9ba96..551a142 100644 --- a/files/gitlab-cookbooks/gitlab/attributes/default.rb +++ b/files/gitlab-cookbooks/gitlab/attributes/default.rb @@ -37,7 +37,6 @@ default['gitlab']['gitlab-core']['dir'] = "/var/opt/gitlab/gitlab-core" default['gitlab']['gitlab-core']['log_directory'] = "/var/log/gitlab/gitlab-core" default['gitlab']['gitlab-core']['environment'] = 'production' default['gitlab']['gitlab-core']['listen'] = '127.0.0.1' -default['gitlab']['gitlab-core']['vip'] = '127.0.0.1' default['gitlab']['gitlab-core']['port'] = 9462 default['gitlab']['gitlab-core']['backlog'] = 1024 default['gitlab']['gitlab-core']['tcp_nodelay'] = true @@ -73,7 +72,6 @@ default['gitlab']['postgresql']['home'] = "/var/opt/gitlab/postgresql" default['gitlab']['postgresql']['user_path'] = "/opt/gitlab/embedded/bin:/opt/gitlab/bin:$PATH" default['gitlab']['postgresql']['sql_user'] = "gitlab" default['gitlab']['postgresql']['sql_password'] = "snakepliskin" -default['gitlab']['postgresql']['vip'] = "127.0.0.1" default['gitlab']['postgresql']['port'] = 5432 default['gitlab']['postgresql']['listen_address'] = 'localhost' default['gitlab']['postgresql']['max_connections'] = 200 -- libgit2 0.21.2