Commit 79e432607374279222c24f2bd6ea5748712e3e28
1 parent
caf12ffd
Exists in
master
and in
17 other branches
Remove gitlab_user attributes from gitlab-rails
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -51,7 +51,6 @@ default['gitlab']['gitlab-rails']['rate_limit_period'] = 60 |
51 | 51 | default['gitlab']['gitlab-rails']['gitlab_host'] = node['fqdn'] |
52 | 52 | default['gitlab']['gitlab-rails']['gitlab_port'] = 80 |
53 | 53 | default['gitlab']['gitlab-rails']['gitlab_https'] = false |
54 | -default['gitlab']['gitlab-rails']['gitlab_user'] = "git" | |
55 | 54 | default['gitlab']['gitlab-rails']['gitlab_email_from'] = "gitlab@#{node['fqdn']}" |
56 | 55 | default['gitlab']['gitlab-rails']['gitlab_support_email'] = "support@localhost" |
57 | 56 | default['gitlab']['gitlab-rails']['support_email'] = "support@example.com" | ... | ... |