Commit c6c86297a8a1d6bf38c5c97034e92a36f44716cc
1 parent
f40ecb03
Exists in
master
and in
79 other branches
Allow colab user to connect to noosfero database
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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 | ... | ... |