From b0b9bf0f275897b131eaf03434f17dd17400caaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 12 Jan 2018 15:24:41 -0500 Subject: add metadata.json file to publish the module on the forge --- metadata.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..7fd5fed --- /dev/null +++ b/metadata.json @@ -0,0 +1,29 @@ +{ + "name": "tor", + "version": "1.0.0", + "author": "SMASH", + "summary": "This project tracks the tor puppet module that manages the tor onion routing system.", + "license": "GPL-3.0-or-later", + "source": "https://gitlab.com/shared-puppet-modules-group/tor", + "project_page": "https://gitlab.com/shared-puppet-modules-group/tor", + "issues_url": "https://gitlab.com/shared-puppet-modules-group/tor/issues", + "dependencies": [ + { "name":"puppetlabs/concat" } + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "8", + "9" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": "4.X" + } + ], + "description": "This module tries to manage tor, making sure it is installed, running, has munin graphs if desired and allows for configuration of relays, hidden services, exit policies, etc." +} -- cgit v1.2.3 From 50fa6fc4876c23c3bb85860be61636832604bc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 12 Jan 2018 15:30:10 -0500 Subject: fix metadata.json to fix CI --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 7fd5fed..b882949 100644 --- a/metadata.json +++ b/metadata.json @@ -1,5 +1,5 @@ { - "name": "tor", + "name": "smash-tor", "version": "1.0.0", "author": "SMASH", "summary": "This project tracks the tor puppet module that manages the tor onion routing system.", -- cgit v1.2.3 From dfdfd35c4045f4f1c31e3f8e7ab40b4b57db8746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Fri, 12 Jan 2018 15:41:53 -0500 Subject: use old SPDX license notation to fix CI --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index b882949..72e3701 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "version": "1.0.0", "author": "SMASH", "summary": "This project tracks the tor puppet module that manages the tor onion routing system.", - "license": "GPL-3.0-or-later", + "license": "GPL-3.0", "source": "https://gitlab.com/shared-puppet-modules-group/tor", "project_page": "https://gitlab.com/shared-puppet-modules-group/tor", "issues_url": "https://gitlab.com/shared-puppet-modules-group/tor/issues", -- cgit v1.2.3