Merge branch 'git_user_email_and_rake_check' into 'master'

Remove git user email git user name

See merge request !365
This commit is contained in:
Marin Jankovski 2015-06-04 09:13:01 +00:00
commit 1911109c06
4 changed files with 1 additions and 10 deletions

View File

@ -227,8 +227,6 @@ external_url 'GENERATED_EXTERNAL_URL'
# user['shell'] = "/bin/sh"
# # The home directory for the git user
# user['home'] = "/var/opt/gitlab"
# user['git_user_name'] = "GitLab"
# user['git_user_email'] = "gitlab@#{node['fqdn']}"
##################
# GitLab Unicorn #

View File

@ -37,9 +37,6 @@ default['gitlab']['user']['gid'] = nil
default['gitlab']['user']['shell'] = "/bin/sh"
# The home directory for the chef services user
default['gitlab']['user']['home'] = "/var/opt/gitlab"
default['gitlab']['user']['git_user_name'] = "GitLab"
default['gitlab']['user']['git_user_email'] = "gitlab@#{node['fqdn']}"
####
# GitLab Rails app

View File

@ -109,7 +109,7 @@ module Gitlab
unless uri.host
raise "GitLab external URL must include a schema and FQDN, e.g. http://gitlab.example.com/"
end
Gitlab['user']['git_user_email'] ||= "gitlab@#{uri.host}"
Gitlab['gitlab_rails']['gitlab_host'] = uri.host
Gitlab['gitlab_rails']['gitlab_email_from'] ||= "gitlab@#{uri.host}"

View File

@ -1,9 +1,5 @@
# This file is managed by gitlab-ctl. Manual changes will be
# erased! To change the contents below, edit /etc/gitlab/gitlab.rb
# and run `sudo gitlab-ctl reconfigure`.
[user]
name = <%= node['gitlab']['user']['git_user_name'] %>
email = <%= node['gitlab']['user']['git_user_email'] %>
[core]
autocrlf = input