Skip to content

Commit

Permalink
rework module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 7, 2023
1 parent 0099de1 commit 7acce34
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ fixtures:
provision: "https://github.com/puppetlabs/provision.git"
puppet_agent: "https://github.com/puppetlabs/puppetlabs-puppet_agent.git"
stdlib: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
yumrepo_core: "https://github.com/puppetlabs/puppetlabs-yumrepo_core.git"
symlinks:
proftpd: "#{source_dir}"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
* New dependency: puppetlabs/yumrepo_core

### Fixed
* Fix acceptance tests on Rocky/RHEL 8

### Changed
* Add a resource relationship for yumrepo on RHEL
* Make puppet/epel a dependency (was previously only a "soft" dependency)

## [2.2.0] - 2023-07-11

Expand Down
8 changes: 8 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,17 @@
"name": "puppetlabs/concat",
"version_requirement": ">= 6.0.0 <9.0.0"
},
{
"name": "puppet/epel",
"version_requirement": ">= 4.0.0 <5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 6.0.0 <9.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
"version_requirement": ">= 1.2.0 <3.0.0"
}
],
"operatingsystem_support": [
Expand Down
17 changes: 0 additions & 17 deletions spec/spec_helper_acceptance_local.rb

This file was deleted.

0 comments on commit 7acce34

Please sign in to comment.