diff options
author | Nick Thomas <nick@gitlab.com> | 2017-08-30 12:00:39 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-09-04 18:16:31 +0100 |
commit | 48115be509ce00120d0609f5f18a5bc3804bb21f (patch) | |
tree | 6ead152e6608e1c3d30de6469efc4b05dd090e0b /lib/tasks | |
parent | 25a443d65220cb76fab2c8123eca17f30c461a89 (diff) | |
download | gitlab-ce-48115be509ce00120d0609f5f18a5bc3804bb21f.tar.gz |
Add a system check for the git user's custom SSH configuration
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/gitlab/check.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 1bd36bbe20a..92a3f503fcb 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -33,6 +33,7 @@ namespace :gitlab do SystemCheck::App::RedisVersionCheck, SystemCheck::App::RubyVersionCheck, SystemCheck::App::GitVersionCheck, + SystemCheck::App::GitUserDefaultSSHConfigCheck, SystemCheck::App::ActiveUsersCheck ] |