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:
parent
942206a71a
commit
f84238dbbe
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue