From d3b95e2a93417ea0b4f02aae7493e607a7e0d4ec Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 4 Feb 2014 17:02:13 +0100 Subject: [PATCH] Gitlab runs in the 'production' environment --- files/gitlab-cookbooks/gitlab/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gitlab-cookbooks/gitlab/attributes/default.rb b/files/gitlab-cookbooks/gitlab/attributes/default.rb index 32245b4..9274942 100644 --- a/files/gitlab-cookbooks/gitlab/attributes/default.rb +++ b/files/gitlab-cookbooks/gitlab/attributes/default.rb @@ -35,7 +35,7 @@ default['gitlab']['user']['home'] = "/var/opt/gitlab" -default['gitlab']['gitlab-core']['ha'] = false -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'] = 'chefserver' +-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 -- libgit2 0.21.2