From 7129f2f77d609e4c5aeae81c99f330d38526e5f8 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Wed, 24 Feb 2016 12:19:02 +0000 Subject: [PATCH] Version 1.0.0 --- metadata.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..6c60155 --- /dev/null +++ b/metadata.json @@ -0,0 +1,22 @@ +{ + "name": "datacentred-nfsen", + "version": "1.0.0", + "author": "DataCentred Ltd", + "license": "GPL-3.0", + "summary": "NfSen Orchestration", + "source": "https://github.com/datacentred/puppet-nfsen", + "project_page": "https://github.com/datacentred/puppet-nfsen", + "issues_url": "https://github.com/datacentred/puppet-nfsen/issues", + "tags": ["nfsen"], + "operatingsystem_support": [ + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ "14.04" ] + }, + ], + "dependencies": [ + { "name": "puppetlabs/stdlib", "version_requirement": ">=4.6.0" }, + { "name": "puppetlabs/apache", "version_requirement": ">=2.1.0" }, + { "name": "puppetlabs/vcsrepo", "version_requirement": ">=1.3.0" } + ] +}