From d67e09d0d4525c0eab17dd672570254c018dfe54 Mon Sep 17 00:00:00 2001 From: toepi Date: Sat, 1 Oct 2016 21:09:19 +0200 Subject: [PATCH] fix running under non default user --- templates/gitlab.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/gitlab.yml.erb b/templates/gitlab.yml.erb index e70e44b..5ed7c59 100644 --- a/templates/gitlab.yml.erb +++ b/templates/gitlab.yml.erb @@ -35,7 +35,7 @@ production: &base <%- end %> # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') - # user: git + user: <%= @git_user %> # Uncomment and customize if you want to change the default time zone of GitLab application. # To see all available zones, run `bundle exec rake time:zones:all RAILS_ENV=production`