summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json25
1 files changed, 23 insertions, 2 deletions
diff --git a/metadata.json b/metadata.json
index 72e3701..b5a2d9f 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "smash-tor",
- "version": "1.0.0",
+ "version": "1.1.0",
"author": "SMASH",
"summary": "This project tracks the tor puppet module that manages the tor onion routing system.",
"license": "GPL-3.0",
@@ -17,12 +17,33 @@
"8",
"9"
]
+ },
+ {
+ "operatingsystem": "CentOS",
+ "operatingsystemrelease": [
+ "7",
+ "6"
+ ]
}
],
"requirements": [
{
"name": "puppet",
- "version_requirement": "4.X"
+ "version_requirement": ">= 4.7.0 < 6.0.0"
+ }
+ ],
+ "dependencies": [
+ {
+ "name": "puppetlabs/stdlib",
+ "version_requirement": ">= 4.24.0 < 5.0.0"
+ },
+ {
+ "name": "puppetlabs/concat",
+ "version_requirement": ">= 4.2.0 < 5.0.0"
+ },
+ {
+ "name": "puppetlabs/apt",
+ "version_requirement": ">= 4.5.1 < 5.0.0"
}
],
"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."