Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rabbitmq_exchange create command
Without this patch, the rabbitmq_exchange provider tries to call rabbitmqadmin with the optional parameters internal, auto_delete, and durable parameters set to empty, which results in an error: `[u'not_boolean', u'']`. This patch changes the command to only use call those parameters if they were specified by the user, otherwise the default values will be used.
- Loading branch information