Drop EoL Debian, adjust deps for Puppet 6 & 7

Module dependencies were updated minimum versions that support Puppet 6
and max versions that includes the latest releases.

The "description" key was removed as it is no longer supported.

yumrepo_core was also dropped as it is only needed in the fixtures file.

yum was dropped because it is not used within this module
This commit is contained in:
Gene Liverman 2021-05-10 11:32:16 -04:00
parent 2feb104b49
commit 1844a30bf9
No known key found for this signature in database
GPG key ID: A5E7EC8322AE6F74
2 changed files with 2 additions and 13 deletions

View file

@ -2,7 +2,6 @@ fixtures:
repositories:
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
yum: "https://github.com/voxpupuli/puppet-yum.git"
yumrepo_core:
repo: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
puppet_version: ">= 6.0.0"