Commit 6b91be2973e2e52c74490077131a24d2aeee21fd
1 parent
ac74661b
Exists in
master
and in
17 other branches
Remove unused attributes
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -37,14 +37,12 @@ default['gitlab']['user']['git_user_email'] = "gitlab@#{node['fqdn']}" |
37 | 37 | |
38 | 38 | |
39 | 39 | #### |
40 | -# GitLab core | |
40 | +# GitLab Rails app | |
41 | 41 | #### |
42 | -default['gitlab']['gitlab-rails']['enable'] = true | |
43 | 42 | default['gitlab']['gitlab-rails']['ha'] = false |
44 | 43 | default['gitlab']['gitlab-rails']['dir'] = "/var/opt/gitlab/gitlab-rails" |
45 | 44 | default['gitlab']['gitlab-rails']['log_directory'] = "/var/log/gitlab/gitlab-rails" |
46 | 45 | default['gitlab']['gitlab-rails']['environment'] = 'production' |
47 | -default['gitlab']['gitlab-rails']['umask'] = "0022" | |
48 | 46 | |
49 | 47 | default['gitlab']['gitlab-rails']['repositories_path'] = "/var/opt/gitlab/repositories" |
50 | 48 | default['gitlab']['gitlab-rails']['satellites_path'] = "/var/opt/gitlab/gitlab-satellites" | ... | ... |