We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Set $vault::install_method = 'archive' Set $vault::version to e.g. '1.13.1'
The output of the command 'vault --version' is the old version i.e. 1.2.2
I expect the module to update the executable i.e. output of the command 'vault --version' should be 1.13.1
The text was updated successfully, but these errors were encountered:
Still an issue, any workarounds?
Sorry, something went wrong.
Fixed issue voxpupuli#29 that version is not updated when parameter i…
2ce7d38
…s changing
Merge pull request #52 from C24-AK/feature/fix-issue-29
a740954
(#29) Fix version is not updated when parameter is changing
Successfully merging a pull request may close this issue.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Set $vault::install_method = 'archive'
Set $vault::version to e.g. '1.13.1'
What are you seeing
The output of the command 'vault --version' is the old version i.e. 1.2.2
What behaviour did you expect instead
I expect the module to update the executable i.e. output of the command 'vault --version' should be 1.13.1
The text was updated successfully, but these errors were encountered: