summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-10-31 23:15:18 +0100
committermh <mh@immerda.ch>2016-10-31 23:15:18 +0100
commit4510682dff23142df5de4cfcc988e4319fcb73cd (patch)
tree4dadf74fb0dec723939f458232186520610f4dc0 /metadata.json
parent826fd077aca94acf6a8d41d643b8f06ed7fb7090 (diff)
add a default set of specs so that the minimum is tested
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json71
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..d83f0cb
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,71 @@
+{
+ "name": "duritong-tor",
+ "version": "0.0.1",
+ "author": "duritong and others",
+ "summary": "Manage tor and its components",
+ "description": "Manage tor and its components",
+ "license": "GPLv3",
+ "source": "https://github.com/duritong/puppet-tor",
+ "project_page": "https://github.com/duritong/puppet-tor",
+ "issues_url": "https://github.com/duritong/puppet-tor/issues",
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": [
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "CentOS",
+ "operatingsystemrelease": [
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "OracleLinux",
+ "operatingsystemrelease": [
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "Scientific",
+ "operatingsystemrelease": [
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "6",
+ "7",
+ "8"
+ ]
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "10.04",
+ "12.04",
+ "14.04",
+ "16.04"
+ ]
+ }
+ ],
+ "requirements": [
+ {
+ "name": "puppet",
+ "version_requirement": ">=2.7.20 <5.0.0"
+ }
+ ],
+ "dependencies": [
+ {
+ "name": "puppetlabs-stdlib"
+ },
+ {
+ "name": "puppetlabs-concat"
+ },
+ {
+ "name": "puppetlabs-apt"
+ }
+ ]
+}