Skip to content

Commit

Permalink
update dependencies/fixtures
Browse files Browse the repository at this point in the history
note: the fixture "puppetlabs/concat" is not required by the module
itself but as there are problems with fixtures of dependency modules in
pipeline containers, we include this as a workaround for now.
  • Loading branch information
Lightning- committed Jun 12, 2024
1 parent 7df21a2 commit a4f998c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ fixtures:
limits: "saz/limits"
stdlib: "puppetlabs/stdlib"
systemd: "puppet/systemd"
concat: "puppetlabs/concat"
repositories:
facts: "https://github.com/puppetlabs/puppetlabs-facts.git"
provision: "https://github.com/puppetlabs/provision.git"
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"name": "saz/limits",
"version_requirement": ">= 3.1.0 < 4.0.0"
"version_requirement": ">= 4.0.1 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit a4f998c

Please sign in to comment.