Disabled rabbit repo management.

Turns out the rabbit module manages its own APT repository, which
can end up with some unexpected results on trusty. This disables
that and defaults back to using the trusty upstream.

After this patch lands, we're going to have to manually update
storyboard.o.o to remove the ppa and reinstall rabbit.

Change-Id: Ic5ada12e730845e550d1beb934c536955b77ef16
This commit is contained in:
Michael Krotscheck 2014-10-30 13:08:22 -07:00
parent 3a5c3825b8
commit aa6a39b694
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class storyboard::rabbit (
class { 'rabbitmq':
service_manage => true,
delete_guest_user => true
delete_guest_user => true,
manage_repos => false,
}
rabbitmq_user { $rabbitmq_user: