Allow making an implicitly enabled plugin explcit via rabbtimq-plugins enable #9990
-
Is your feature request related to a problem? Please describe.If you have previously enabled This is fine, but if you want to disable only the Describe the solution you'd likeI would like it if Describe alternatives you've consideredObviously, one could just allow the management plugin to become disabled automatically and then re-enable it afterwards. However, if you have automated systems accessing the management API, the downtime would be nice to avoid. Additional contextThis currently causes problems for the Puppet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In this day and age, the absolute majority of automation tools pre-generate Chef and Puppet must be the only two open source holdouts that I can name. Given that their cookbooks/modules routinely restart nodes, I cannot think of a reason why either would absolutely have to use If any changes are introduced to the plugin states, I vote for removing the implicit state and only keeping |
Beta Was this translation helpful? Give feedback.
In this day and age, the absolute majority of automation tools pre-generate
enabled_plugins
files and do not userabbitmq-plugins
.Chef and Puppet must be the only two open source holdouts that I can name. Given that their cookbooks/modules routinely restart nodes, I cannot think of a reason why either would absolutely have to use
rabbitmq-plugins
.If any changes are introduced to the plugin states, I vote for removing the implicit state and only keeping
disabled
andenabled
. But that won't even be noticed by some 99% of the users, so won't be a priority any time soon.