Skip to content

Commit 697cae0

Browse files
Raskilbastelfreak
authored andcommitted
Update metadata.json
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.
1 parent 5763b24 commit 697cae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "crayfishx/db2",
2+
"name": "crayfishx-db2",
33
"version": "1.3.1",
44
"author": "crayfishx",
55
"summary": "Manage DB2 server and client installation and instances",
@@ -32,8 +32,8 @@
3232
"project_page": "https://github.com/crayfishx/puppet-db2",
3333
"issues_url": "https://github.com/crayfishx/puppet-db2/issues",
3434
"dependencies": [
35-
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 5.0.0"},
36-
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 2.0.0"}
35+
{"name":"puppetlabs-stdlib","version_requirement":">= 4.11.0 < 9.0.0"},
36+
{"name":"puppet-archive","version_requirement":">= 0.5.0 < 7.0.0"}
3737
],
3838
"data_provider": null
3939
}

0 commit comments

Comments
 (0)