Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct module version dependencies #4

Merged
merged 1 commit into from
Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "betadots-hdm",
"version": "1.0.0",
"version": "1.0.1",
"author": "betadots GmbH",
"summary": "Manage Hiera Data Manager application",
"license": "Apache-2.0",
Expand All @@ -12,7 +12,23 @@
},
{
"name": "puppetlabs/docker",
"version_requirement": ">= 4.13.0 < 5.0.0"
"version_requirement": ">= 4.4.0 < 5.0.0"
},
{
"name": "puppetlabs/yumrepo_core",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the convention is to not add the _core modules to metadata.json, because they're supposed to be vendored with the puppet agent. they are just not part of https://github.com/puppetlabs/puppet anymoe

"version_requirement": ">= 1.1.0 < 2.0.0"
},
{
"name": "puppetlabs/vcsrepo",
"version_requirement": ">= 5.2.0 < 6.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 8.5.0 < 9.0.0"
},
{
"name": "puppet/systemd",
"version_requirement": ">= 3.10.0 < 4.0.0"
}
],
"operatingsystem_support": [
Expand Down