voxpupuli / puppet-augeasproviders

Alternative Augeas-based providers for Puppet
http://augeasproviders.com/
Apache License 2.0
63 stars 46 forks source link

Incorrect dependency for augeasproviders_grub #156

Closed amlodzianowski closed 5 years ago

amlodzianowski commented 5 years ago

In the 2.2.1 the augeasproviders_grub dependency is declared as followed: { "name": "herculesteam/augeasproviders_grub", "version_requirement": ">3.1.0 <4.0.0" }, augeasproviders_grub was just released and the newest version is 3.1.0, which does not fill the requirements. Dependency should be updated to: ">=3.1.0 <4.0.0"

amlodzianowski commented 5 years ago

Created #157 with a PR, closing this out