Commit c6c86297a8a1d6bf38c5c97034e92a36f44716cc

Authored by Antonio Terceiro
1 parent f40ecb03

Allow colab user to connect to noosfero database

cookbooks/postgresql/templates/centos/pg_hba.conf.erb
... ... @@ -10,3 +10,4 @@ host all all ::1/128 ident
10 10 host colab colab <%= node['peers']['integration'] %>/32 trust
11 11 host gitlab gitlab <%= node['peers']['integration'] %>/32 trust
12 12 host noosfero noosfero <%= node['peers']['social'] %>/32 trust
  13 +host noosfero colab <%= node['peers']['integration'] %>/32 trust
... ...