Skip to content

Commit

Permalink
Load rabbitmq_federation plugin first
Browse files Browse the repository at this point in the history
Currently the 'rabbitmq-plguins enable' command does not explicitly
enable the plugin if that is implicitly enabled in CentOS. This change
let the rabbitmq_federation plugin loaded before its management plugin
to workaround the problem.
  • Loading branch information
kajinamit committed Mar 9, 2023
1 parent 4bf60a5 commit e8456a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/parameter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class { 'rabbitmq':
admin_enable => true,
}
rabbitmq_plugin { [ 'rabbitmq_federation_management', 'rabbitmq_federation' ]:
rabbitmq_plugin { [ 'rabbitmq_federation', 'rabbitmq_federation_management' ]:
ensure => present
} ~> Service['rabbitmq-server']
Expand Down

0 comments on commit e8456a7

Please sign in to comment.