Commit a9dc38163cb3e01ce0f4544d2c13df0971ff8433
1 parent
0c36fc95
Exists in
master
and in
56 other branches
database: allow colab to read noosfero users table
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
cookbooks/postgresql/recipes/noosfero.rb
roles/database_server.rb
| ... | ... | @@ -3,7 +3,7 @@ description 'Database server' |
| 3 | 3 | run_list *[ |
| 4 | 4 | 'recipe[postgresql]', |
| 5 | 5 | 'recipe[redis]', |
| 6 | - 'recipe[postgresql::colab]', | |
| 7 | - 'recipe[postgresql::gitlab]', | |
| 6 | + 'recipe[postgresql::colab]', # must come before the other apps | |
| 8 | 7 | 'recipe[postgresql::noosfero]', |
| 8 | + 'recipe[postgresql::gitlab]', | |
| 9 | 9 | ] | ... | ... |