From 4510682dff23142df5de4cfcc988e4319fcb73cd Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 31 Oct 2016 23:15:18 +0100 Subject: add a default set of specs so that the minimum is tested --- metadata.json | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 metadata.json (limited to 'metadata.json') 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" + } + ] +} -- cgit v1.2.3