Open travis-wsm opened 5 years ago
Actually it looks like there is a PR for this already: https://github.com/hercules-team/augeasproviders/pull/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!
Travis
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