Skip to content

Instantly share code, notes, and snippets.

@mmajis
Created October 31, 2012 17:02
Show Gist options
  • Save mmajis/3988313 to your computer and use it in GitHub Desktop.
Save mmajis/3988313 to your computer and use it in GitHub Desktop.
rabbitmq settings for chef after hostname change
sudo rabbitmqctl add_vhost /chef
sudo rabbitmqctl add_user chef <password here (amqp_pass from /etc/chef/server.rb)>
sudo rabbitmqctl set_permissions -p /chef chef “.*” “.*” “.*”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment