From a980b050d58f8b4fd0d4e2efe40d77f03a31d1ca Mon Sep 17 00:00:00 2001 From: Benjamin Fischer Date: Sat, 13 Mar 2021 09:15:31 +0100 Subject: [PATCH] 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. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 529d631..26c8f8b 100644 --- a/metadata.json +++ b/metadata.json @@ -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",