Skip to content
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

rabbitmqadmin will not be upgraded #804

Closed
saz opened this issue Jun 19, 2019 · 1 comment · Fixed by #897
Closed

rabbitmqadmin will not be upgraded #804

saz opened this issue Jun 19, 2019 · 1 comment · Fixed by #897

Comments

@saz
Copy link
Contributor

saz commented Jun 19, 2019

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 5.5.14
  • Ruby: 2.4.5
  • Distribution: Ubuntu
  • Module version: 9.0.0

Is there any way of forcing an update of rabbitmqadmin installed via archive?
Right now, if you've upgraded rabbitmq-server, rabbitmqadmin will stay the same as the file /var/lib/rabbitmq/rabbitmqadmin exists and won't be downloaded again.

Manually removing this file will download the newest rabbitmqadmin version.

s-johansson pushed a commit to s-johansson/puppet-rabbitmq that referenced this issue Sep 24, 2021
s-johansson pushed a commit to s-johansson/puppet-rabbitmq that referenced this issue Oct 18, 2021
@saz
Copy link
Contributor Author

saz commented Nov 23, 2021

Looking at Debian and Ubuntu packages, rabbitmqadmin is included within those packages.
To avoid another rabbitmqadmin version in /usr/local/bin:

class { 'rabbitmq':
  admin_enable            => false,
  management_enable => true,
}

Fixing this issue would still be good.

@kenyon kenyon changed the title rabbitmqamin will not be upgraded rabbitmqadmin will not be upgraded Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant