Skip to content

Commit

Permalink
Update metadata.json
Browse files Browse the repository at this point in the history
According to the specs (https://puppet.com/docs/puppet/7.4/modules_metadata.html) name should use dash as separator not slash. This triggers an error when doing a metadata-json-lont on this module. It als prevents our IDE (RubyMine) from correctly resolving module dependencies.
  • Loading branch information
Raskil authored and bastelfreak committed Mar 7, 2022
1 parent 5763b24 commit 697cae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "crayfishx/db2",
"name": "crayfishx-db2",
"version": "1.3.1",
"author": "crayfishx",
"summary": "Manage DB2 server and client installation and instances",
Expand Down Expand Up @@ -32,8 +32,8 @@
"project_page": "https://github.com/crayfishx/puppet-db2",
"issues_url": "https://github.com/crayfishx/puppet-db2/issues",
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 5.0.0"},
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 2.0.0"}
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 9.0.0"},
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 7.0.0"}
],
"data_provider": null
}
Expand Down

0 comments on commit 697cae0

Please sign in to comment.