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? 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
Originally submitted this on augeasproviders_core since that was the "Report URL" link from the Forge but that way have been wrong, anyways!
Hello,
I am trying to utilize 'augeasproviders' in a Puppetfile but it looks to be having a dependency issue that cannot be resolved:
[Librarian] Resolving herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Checking manifests [Librarian] Module herculesteam-augeasproviders_grub found versions: 3.1.0, 3.0.1, 3.0.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.1, 2.0.0 [Librarian] Checking herculesteam-augeasproviders_grub/3.1.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/3.1.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/3.1.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/3.0.1 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/3.0.1 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/3.0.1 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/3.0.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/3.0.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/3.0.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.4.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.4.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.4.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.3.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.3.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.3.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.2.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.2.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.2.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.1.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.1.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.1.0 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.0.1 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.0.1 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.0.1 <https://forgeapi.puppetlabs.com> [Librarian] Checking herculesteam-augeasproviders_grub/2.0.0 <https://forgeapi.puppetlabs.com> [Librarian] Conflict between herculesteam-augeasproviders_grub/2.0.0 <https://forgeapi.puppetlabs.com> and herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> [Librarian] Backtracking from herculesteam-augeasproviders_grub/2.0.0 <https://forgeapi.puppetlabs.com> [Librarian] Failed to resolve herculesteam-augeasproviders_grub (< 4.0.0, > 3.1.0) <(no source specified)> Could not resolve the dependencies.
According to the Forge, the dependency for augeasprovideers_grub is >3.1.0 < 4.0.0:
https://forge.puppet.com/herculesteam/augeasproviders/dependencies
herculesteam/augeasproviders_grub (>3.1.0 <4.0.0)
The latest available version of augeasproviders_grub is 3.1.0 so this looks to be causing dependency resolution to fail.
Should it be >=3.1.0 to allow it to resolve the current version (3.1.0)?
Thanks
Travis
The text was updated successfully, but these errors were encountered:
Actually it looks like there is a PR for this already: #157
Any timeline when it will be merged in? If not I can just make a copy of the repo locally with the modified file.
Thanks!
Sorry, something went wrong.
No branches or pull requests
Originally submitted this on augeasproviders_core since that was the "Report URL" link from the Forge but that way have been wrong, anyways!
Hello,
I am trying to utilize 'augeasproviders' in a Puppetfile but it looks to be having a dependency issue that cannot be resolved:
According to the Forge, the dependency for augeasprovideers_grub is >3.1.0 < 4.0.0:
https://forge.puppet.com/herculesteam/augeasproviders/dependencies
herculesteam/augeasproviders_grub (>3.1.0 <4.0.0)
The latest available version of augeasproviders_grub is 3.1.0 so this looks to be causing dependency resolution to fail.
Should it be >=3.1.0 to allow it to resolve the current version (3.1.0)?
Thanks
Travis
The text was updated successfully, but these errors were encountered: