You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state file for the minion uses the rabbitmq-formula only once, calling 'main' state. Issuing 'state.apply' command brings every time the same message as if the new user has been created, despite no actual changes in pillar:
ID: rabbitmq_user_rcce_rabbit
Function: rabbitmq_user.present
Name: rcce_rabbit
Result: True
Comment: 'rcce_rabbit' was configured.
Started: 06:48:57.213331
Duration: 1850.237 ms
Changes:
----------
password:
----------
new:
Set password.
old:
tags:
----------
new:
- monitoring,
- user
old:
- monitoring
- user
The text was updated successfully, but these errors were encountered:
Afaik the problem is in rabbitmq tools not allowing this information to be queried to avoid re-applying it. The salt module then has no choice but to apply your state over and over again. This is extremely annoying for this kind of automation but this needs some discussion with upstream I guess.
I've got following section in my pillar (there is nothing else related to rabbitmq):
state file for the minion uses the rabbitmq-formula only once, calling 'main' state. Issuing 'state.apply' command brings every time the same message as if the new user has been created, despite no actual changes in pillar:
The text was updated successfully, but these errors were encountered: