From 9a32be5ebe1ad70bfad7e1c03a2926ef619516e9 Mon Sep 17 00:00:00 2001 From: marlon Date: Wed, 2 Oct 2024 16:31:27 -0400 Subject: [PATCH] quote initial_root_password in config --- gitlab.rb.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab.rb.tmpl b/gitlab.rb.tmpl index 818424f..a5eec80 100644 --- a/gitlab.rb.tmpl +++ b/gitlab.rb.tmpl @@ -712,7 +712,7 @@ gitlab_rails['omniauth_providers'] = [ #### Change the initial default admin password and shared runner registration tokens. ####! **Only applicable on initial setup, changing these settings after database ####! is created and seeded won't yield any change.** -gitlab_rails['initial_root_password'] = {{ secret "initial_root_password" }} +gitlab_rails['initial_root_password'] = "{{ secret "initial_root_password" }}" # gitlab_rails['initial_shared_runners_registration_token'] = "token" #### Toggle if root password should be printed to STDOUT during initialization