From f84238dbbebb6925e199fe4b8d3bece22a7b5374 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 24 Mar 2017 20:11:19 -0400 Subject: [PATCH] Move metadata.json back into place and update required keys The metadata.json was incomplete before and had the name changed to allow r10k/librarian to install the module from source anyway. --- metadata.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..a7c52d3 --- /dev/null +++ b/metadata.json @@ -0,0 +1,27 @@ +{ + "name": "aegir", + "version": "0.0.2", + "author": "Kienan Stewart", + "license": "GPL-3.0+", + "summary": "A module for installing aegir", + "source": "https://gitlab.com/kienan/puppet-aegir" + "project_page": "https://gitlab.com/kienan/puppet-aegir", + "issues_url": "https://gitlab.com/kienan/puppet-aegir/issues", + "tags": ["aegir", "drupal", "hosting"], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ "jessie", "stretch"] + } + ], + "dependencies": [ + { "name": "puppetlabs/apt", "version_requirement": ">= 2.3.0 < 3.0.0"}, + { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.13.1 < 5.0.0"} + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 4.0.0 < 5.0.0" + } + ] +}