Commit 3a86cabdbff4cd408e51dc933a68d97312dfd6f5
1 parent
a6af8f0b
Exists in
master
and in
13 other branches
Add a link to gitlab.yml.erb
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -206,9 +206,10 @@ gitlab_rails['gitlab_default_projects_limit'] = 10 |
206 | 206 | |
207 | 207 | What happens here is that we forget about `production: &base`, and join |
208 | 208 | `gitlab:` with `default_projects_limit:` into `gitlab_default_projects_limit`. |
209 | -Note that not all `gitlab.yml` settings can be changed via `gitlab.rb` yet; if | |
210 | -you think an attribute is missing please create an issue on the omnibus-gitlab | |
211 | -issue tracker. | |
209 | +Note that not all `gitlab.yml` settings can be changed via `gitlab.rb` yet; see | |
210 | +the [gitlab.yml ERB template][gitlab.yml.erb]. If you think an attribute is | |
211 | +missing please create a merge request or an issue on the omnibus-gitlab issue | |
212 | +tracker. | |
212 | 213 | |
213 | 214 | Run `sudo gitlab-ctl reconfigure` for changes in `gitlab.rb` to take effect. |
214 | 215 | |
... | ... | @@ -319,3 +320,4 @@ This omnibus installer project is based on the awesome work done by Chef in |
319 | 320 | [downloads]: https://www.gitlab.com/downloads |
320 | 321 | [CE README]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md |
321 | 322 | [omnibus-chef-server]: https://github.com/opscode/omnibus-chef-server |
323 | +[gitlab.yml.erb]: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb | ... | ... |