Skip to content
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.

Commit

Permalink
Fix the test VM which was not listening anywhere
Browse files Browse the repository at this point in the history
The test configuration was turning off the SSL listener, but since there
was no TCP address listener given in the test configuration RabbitMQ was
running without any listening address.
  • Loading branch information
Mayeu committed Oct 26, 2014
1 parent 280fd61 commit 67c6088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -8,6 +8,7 @@ Vagrant.configure('2') do |config|
ansible.extra_vars = {
rabbitmq_vhost_definitions: ['sensu'],
rabbitmq_ssl: false,
rabbitmq_conf_tcp_listeners_address: '0.0.0.0',
rabbitmq_users_definitions: [
{
vhost: 'sensu',
Expand Down

0 comments on commit 67c6088

Please sign in to comment.