Skip to content

Commit 400a36d

Browse files
javierpenaimcsk8
authored andcommitted
Do not enable RabbitMQ repo during installation
The rabbitmq binaries are not installed from the RabbitMQ repos, so we need to explicitly disable it. Change-Id: Ie1ee5db6b0e62547b62b3bea0c8d5119be9a82af (cherry picked from commit 4591be3)
1 parent be2733f commit 400a36d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packstack/puppet/templates/amqp.pp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
default_user => hiera('CONFIG_AMQP_AUTH_USER'),
4545
default_pass => hiera('CONFIG_AMQP_AUTH_PASSWORD'),
4646
package_provider => 'yum',
47+
repos_ensure => false,
4748
admin_enable => false,
4849
# FIXME: it's ugly to not to require client certs
4950
ssl_fail_if_no_peer_cert => true,
@@ -59,6 +60,7 @@
5960
default_user => hiera('CONFIG_AMQP_AUTH_USER'),
6061
default_pass => hiera('CONFIG_AMQP_AUTH_PASSWORD'),
6162
package_provider => 'yum',
63+
repos_ensure => false,
6264
admin_enable => false,
6365
config_variables => {
6466
'tcp_listen_options' => '[binary,{packet, raw},{reuseaddr, true},{backlog, 128},{nodelay, true},{exit_on_close, false},{keepalive, true}]',

0 commit comments

Comments
 (0)