Skip to content

Commit

Permalink
Merge pull request #5 from voxpupuli/deps
Browse files Browse the repository at this point in the history
Allow latest module versions
  • Loading branch information
bastelfreak authored Oct 28, 2022
2 parents 1b28487 + fe40426 commit 5a142bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fixtures:
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
archive: "git://github.com/voxpupuli/puppet-archive.git"
hashi_stack: "https://github.com/voxpupuli/puppet-hashi_stack.git"
systemd: "git://github.com/camptocamp/puppet-systemd.git"
systemd: "git://github.com/voxpupuli/puppet-systemd.git"
file_capability: "git://github.com/smoeding/puppet-file_capability.git"
apt: "https://github.com/puppetlabs/puppetlabs-apt.git"
yum: "https://github.com/voxpupuli/puppet-yum.git"
Expand Down
18 changes: 9 additions & 9 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
],
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.24.0 < 7.0.0"
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.24.0 < 9.0.0"
},
{
"name": "puppet-archive",
"version_requirement": ">= 2.0.0 < 5.0.0"
"name": "puppet/archive",
"version_requirement": ">= 2.0.0 < 7.0.0"
},
{
"name": "puppet/hashi_stack",
"version_requirement": ">=1.0.0 <2.0.0"
"version_requirement": ">= 1.0.0 < 3.0.0"
},
{
"name": "camptocamp-systemd",
"version_requirement": ">= 1.1.1 < 3.0.0"
"name": "puppet/systemd",
"version_requirement": ">= 3.1.0 < 4.0.0"
},
{
"name": "stm-file_capability",
"version_requirement": ">= 1.0.1 < 5.0.0"
"name": "stm/file_capability",
"version_requirement": ">= 1.0.1 < 6.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 5a142bc

Please sign in to comment.