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:
parent
3a5c3825b8
commit
aa6a39b694
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user