From 74eedc02eced5a21b19cd070717056e310210b75 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 7 Feb 2014 18:11:52 +0100 Subject: [PATCH] Put quotes around the Postgresql database password --- files/gitlab-cookbooks/gitlab/templates/default/database.yml.postgresql.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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