We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I'd expect the required version range of puppetlabs/reboot to be more forgiving given that the usage is very limiting.
puppetlabs/reboot
While trying to resolve dependencies in modules, the requirement of puppetlabs/reboot, causes an issue.
Allow for a range vs. hard code version 2.0.0
2.0.0
$ puppet --version 4.10.12 $ docker version 18.09.0, build 4d60db4 $ facter os {"name"=>"Darwin", "family"=>"Darwin", "release"=>{"major"=>"18", "minor"=>"2", "full"=>"18.2.0"}} $ puppet module list
[Librarian] Conflict between puppetlabs-reboot (= 2.0.0) <https://forge.domain.com> and puppetlabs-reboot/2.1.2 <https://forge.domain.com>
The text was updated successfully, but these errors were encountered:
We'll do some testing testing and if we don't find any issues, update and push out a small release with the fix.
Sorry, something went wrong.
Awesome, thank you @davejrt.
Successfully merging a pull request may close this issue.
What you expected to happen?
I'd expect the required version range of
puppetlabs/reboot
to be more forgiving given that the usage is very limiting.What happened?
While trying to resolve dependencies in modules, the requirement of
puppetlabs/reboot
, causes an issue.How to reproduce it?
Allow for a range vs. hard code version
2.0.0
Anything else we need to know?
Versions:
Logs:
The text was updated successfully, but these errors were encountered: