-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Module always installs RabbitMQ 3.5.7 even if pinned at 3.6 #756
Comments
@witchbutter Have you tried using |
@witchbutter You are using Like @wyardley mentioned, you pinning is not going to workig without
The hiera code above SHOULD install the 3.6 version of rabbitmq, but it does not, because there is a hard coded pinning to So you got two choices:
|
@witchbutter, @func0der We fixed issue #779. Could you please check again, based on the master branch? |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
The module always installs version 3.5.7 then on a subsequent run upgrades to the latest 3.6 version in this case 3.16.6. Once upgraded the fact rabbitmq_version still reports the version as 3.5.7 for no apparent reason.
What behaviour did you expect instead
Install a version of 3.6 out of the gate. There is really no reason for me not be able to specify the repo within the rabbitmq forge module itself, but since there seems to be no facility to do that I am also use the apt module.
The text was updated successfully, but these errors were encountered: