Commit 0b49c71b0d57a806a875c430f7e211795a01e923
1 parent
504ffc1f
Exists in
master
and in
17 other branches
Remove unused gitlab-rails attribute
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -53,7 +53,6 @@ default['gitlab']['gitlab-rails']['gitlab_port'] = 80 |
53 | 53 | default['gitlab']['gitlab-rails']['gitlab_https'] = false |
54 | 54 | default['gitlab']['gitlab-rails']['gitlab_email_from'] = "gitlab@#{node['fqdn']}" |
55 | 55 | default['gitlab']['gitlab-rails']['gitlab_support_email'] = "support@localhost" |
56 | -default['gitlab']['gitlab-rails']['support_email'] = "support@example.com" | |
57 | 56 | default['gitlab']['gitlab-rails']['gitlab_default_projects_limit'] = 10 |
58 | 57 | default['gitlab']['gitlab-rails']['gitlab_default_can_create_group'] = true |
59 | 58 | default['gitlab']['gitlab-rails']['gitlab_username_changing_enabled'] = true | ... | ... |