Compilation results for gitlab1004.wikimedia.org: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 3495 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 1 |
| Change percentage: | 0.03% |
Resources modified
- File[/etc/gitlab/gitlab.rb]
- Content differences:
--- /etc/gitlab/gitlab.rb.orig +++ /etc/gitlab/gitlab.rb @@ -2,6 +2,10 @@ # The URL through which GitLab will be accessed. external_url "https://gitlab.wikimedia.org/" + +# Hostname the UI advertises in SSH clone URLs (e.g. git@<host>:owner/repo.git). +# Defaults to the external_url host when not set. +gitlab_rails['gitlab_ssh_host'] = "gitlab-ssh.wikimedia.org" # GitLab configuration gitlab_rails['time_zone'] = 'UTC'
- Content differences: