Skip to content

Commit

Permalink
update dependencies, use forge instead of github for fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Dec 7, 2024
1 parent 403665f commit 04bfad5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
fixtures:
repositories:
concat:
repo: "https://github.com/puppetlabs/puppetlabs-concat.git"
stdlib:
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
forge_modules:
concat: puppetlabs/concat
stdlib: puppetlabs/stdlib
symlinks:
"postfix": "#{source_dir}"
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0 < 9.0.0"
"version_requirement": ">= 3.2.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 5.0.0 < 8.0.0"
"version_requirement": ">= 5.0.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">=5.0.0 < 8.0.0"
"version_requirement": ">=5.0.0 < 9.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 04bfad5

Please sign in to comment.