-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rabbitmq_user.present error #33588
Comments
Got the same error. Creating new users via rabbitmq_user.present works fine.
|
hmm this is definitely odd behavior. I was only able to replicate this after upgrading from rabbitmq server 3.1 to As stated before this is still able to create a new user but then starts to error once run twice. |
Looks like it has to do with
RabbitMQ 3.5.7 introduced a |
Is there a workaround for this, without changing the |
I'll open a PR if https://github.com/glomium/salt/commit/2ad704e26bbf1ba3384714601eede2be5ad34f5b solves the issue. |
I can confirm that it solves my issue 👍 |
Thanks everyone! I've back-ported this fix to 2016.3 branch in #33723. This fix will be available in the next release. |
Hi, PR #33734 needs to be backported to 2016.3 branch, because the feature was backported as well, rabbitmq module is not functioning properly at its current state with rabbitmq version 3.6+ in 2016.3.1 packaged release of Salt |
It seems PR #33734 is still not in 2016.3 branch, can you please look at it? |
Ah, apologies. I submitted the change against the develop branch accidentally. #34333 is against the 2016.3 branch. |
Description of Issue/Question
with 2 users being maintained by rabbitmq_user.present from older builds. on the latest release 2016.3.0 rabbitmq_user.present has an odd error. this setup worked before since at least 2015.5.5
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
rabbitmq version is 3.6.2
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)salt was installed from repo.saltstack.com
The text was updated successfully, but these errors were encountered: