Skip to content

Commit abdc526

Browse files
committed
Load rabbitmq_federation plugin first
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.
1 parent 425cb54 commit abdc526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/parameter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class { 'rabbitmq':
1616
admin_enable => true,
1717
}
1818
19-
rabbitmq_plugin { [ 'rabbitmq_federation_management', 'rabbitmq_federation' ]:
19+
rabbitmq_plugin { [ 'rabbitmq_federation', 'rabbitmq_federation_management' ]:
2020
ensure => present
2121
} ~> Service['rabbitmq-server']
2222

0 commit comments

Comments
 (0)