Skip to content

Commit

Permalink
Spec fix for parameters
Browse files Browse the repository at this point in the history
- Hacky spec test fix for lack of idempotency when installing implicitly
  enabled plugins with newer RabbitMQ versions (see #844)
  • Loading branch information
wyardley committed May 11, 2023
1 parent 8dd67d8 commit cf23711
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 @@ -17,7 +17,7 @@ class { 'rabbitmq':
admin_enable => true,
}
rabbitmq_plugin { [ 'rabbitmq_federation_management', 'rabbitmq_federation' ]:
rabbitmq_plugin { [ 'rabbitmq_federation_management' ]:
ensure => present
} ~> Service['rabbitmq-server']
Expand Down

0 comments on commit cf23711

Please sign in to comment.