summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 15:24:41 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 15:24:41 -0500
commitb0b9bf0f275897b131eaf03434f17dd17400caaa (patch)
treece8ecdaf94a81c6996a10fcc8c8caf8c8a0986cf
parent7170dae37787ad213ace30648a5929a1171f7529 (diff)
add metadata.json file to publish the module on the forge
-rw-r--r--metadata.json29
1 files changed, 29 insertions, 0 deletions
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."
+}