Skip to content

Fix Gitlab Default Projects Limit hardcoded limit to variable

https://gitlab.com/gitlab-org/omnibus-gitlab/issues/81

This merge replaces the the hard coded 10 with <%= @gitlab_default_projects_limit %> in files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb

Merge request reports