diff --git a/files/gitlab-cookbooks/gitlab/templates/default/database.yml.postgresql.erb b/files/gitlab-cookbooks/gitlab/templates/default/database.yml.postgresql.erb index 7e4c7f0..71f8c72 100644 --- a/files/gitlab-cookbooks/gitlab/templates/default/database.yml.postgresql.erb +++ b/files/gitlab-cookbooks/gitlab/templates/default/database.yml.postgresql.erb @@ -7,7 +7,7 @@ production: database: gitlabhq_production pool: 10 username: <%= node['gitlab']['postgresql']['sql_user'] %> - password: <%= node['gitlab']['postgresql']['sql_password'] %> + password: "<%= node['gitlab']['postgresql']['sql_password'] %>" host: <%= node['gitlab']['postgresql']['listen_address'] %> port: <%= node['gitlab']['postgresql']['port'] %> # socket: /tmp/postgresql.sock -- libgit2 0.21.2