summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 20:44:58 +0000
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2018-01-12 20:44:58 +0000
commit16a208480390480efc28971681e7e7d4b41f0477 (patch)
tree02905a0b8ee594a47d65de878fda4c53c4bb5059
parent0a14a7c84da9e48a3363ef6c3ace06f84c737330 (diff)
parentdfdfd35c4045f4f1c31e3f8e7ab40b4b57db8746 (diff)
Merge branch 'master' into 'master'
add metadata.json file to publish the module on the forge See merge request shared-puppet-modules-group/tor!17
-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..72e3701
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,29 @@
+{
+ "name": "smash-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",
+ "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."
+}