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.
This commit is contained in:
Kienan Stewart 2017-03-24 20:11:19 -04:00
parent 942206a71a
commit f84238dbbe
1 changed files with 27 additions and 0 deletions

27
metadata.json Normal file
View File

@ -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"
}
]
}