From 6fdff5059c81a95801ebd418eb9a486aba0831a7 Mon Sep 17 00:00:00 2001 From: Chuck Schweizer Date: Sat, 15 Mar 2014 07:54:17 -0500 Subject: [PATCH] Add gitlab_default_projects_limit variable to gitlab.yml.erb defaults file --- files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb b/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb index 2d44082..e5f5b52 100644 --- a/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb +++ b/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb @@ -41,7 +41,7 @@ production: &base support_email: <%= @gitlab_support_email %> ## User settings - default_projects_limit: 10 + default_projects_limit: <%= @gitlab_default_projects_limit %> default_can_create_group: <%= @gitlab_default_can_create_group %> # default: true username_changing_enabled: <%= @username_changing_enabled %> # default: true - User can change her username/namespace ## Default theme -- libgit2 0.21.2