From c6c86297a8a1d6bf38c5c97034e92a36f44716cc Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 17 Sep 2015 10:29:42 -0300 Subject: [PATCH] Allow colab user to connect to noosfero database --- cookbooks/postgresql/templates/centos/pg_hba.conf.erb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/cookbooks/postgresql/templates/centos/pg_hba.conf.erb b/cookbooks/postgresql/templates/centos/pg_hba.conf.erb index efcb384..7606a30 100644 --- a/cookbooks/postgresql/templates/centos/pg_hba.conf.erb +++ b/cookbooks/postgresql/templates/centos/pg_hba.conf.erb @@ -10,3 +10,4 @@ host all all ::1/128 ident host colab colab <%= node['peers']['integration'] %>/32 trust host gitlab gitlab <%= node['peers']['integration'] %>/32 trust host noosfero noosfero <%= node['peers']['social'] %>/32 trust +host noosfero colab <%= node['peers']['integration'] %>/32 trust -- libgit2 0.21.2