diff --git a/cookbooks/postgresql/templates/centos/pg_hba.conf.erb b/cookbooks/postgresql/templates/centos/pg_hba.conf.erb index b845543..54139ff 100644 --- a/cookbooks/postgresql/templates/centos/pg_hba.conf.erb +++ b/cookbooks/postgresql/templates/centos/pg_hba.conf.erb @@ -12,7 +12,7 @@ host gitlab gitlab <%= node['peers']['integration'] %>/32 trust host noosfero noosfero <%= node['peers']['social'] %>/32 trust host noosfero colab <%= node['peers']['integration'] %>/32 trust -host kalibro_processor kalibro_processor <%= node['peers']['mezuro'] %>/32 trust -host kalibro_configurations kalibro_configurations <%= node['peers']['mezuro'] %>/32 trust -host prezento prezento <%= node['peers']['integration'] %>/32 trust +#host kalibro_processor kalibro_processor <%= node['peers']['mezuro'] %>/32 trust +#host kalibro_configurations kalibro_configurations <%= node['peers']['mezuro'] %>/32 trust +#host prezento prezento <%= node['peers']['integration'] %>/32 trust diff --git a/nodes.yaml b/nodes.yaml index 1eb4f1a..7982581 100644 --- a/nodes.yaml +++ b/nodes.yaml @@ -14,10 +14,6 @@ database: run_list: - role[server] - role[database_server] -mezuro: - run_list: - - role[server] - - role[mezuro_server] monitor: run_list: - recipe[basics] diff --git a/roles/integration_server.rb b/roles/integration_server.rb index 032eb10..3f06864 100644 --- a/roles/integration_server.rb +++ b/roles/integration_server.rb @@ -13,5 +13,5 @@ run_list *[ 'recipe[colab]', 'recipe[colab::nginx]', 'recipe[backup]', - 'recipe[mezuro::prezento]' + #'recipe[mezuro::prezento]' ] -- libgit2 0.21.2