summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-11-07 15:43:41 +0100
committerkwadronaut <kwadronaut@leap.se>2018-11-07 15:43:41 +0100
commite598088c2f9263e7682e399b65376d7a2c529ded (patch)
treeaa628edf0ad55dc2adea8bc6f96bf516aaba0a30 /metadata.json
parentd30831f7214da266ad943cf4013f0632e8b15d48 (diff)
parent77070c6bf97ecd6fc860cae6120dca86fa910e5a (diff)
Merge remote-tracking branch 'shared/master'HEADmaster
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."