2017-03-25 00:11:19 +00:00
|
|
|
{
|
|
|
|
"name": "aegir",
|
|
|
|
"version": "0.0.2",
|
|
|
|
"author": "Kienan Stewart",
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"summary": "A module for installing aegir",
|
2017-03-26 01:48:39 +00:00
|
|
|
"source": "https://gitlab.com/kienan/puppet-aegir",
|
2017-03-25 00:11:19 +00:00
|
|
|
"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": [
|
2018-06-15 20:19:14 +00:00
|
|
|
{ "name": "puppetlabs/apt", "version_requirement": ">= 2.4.0 < 5.0.0"},
|
2017-03-25 00:11:19 +00:00
|
|
|
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.13.1 < 5.0.0"}
|
|
|
|
],
|
|
|
|
"requirements": [
|
|
|
|
{
|
|
|
|
"name": "puppet",
|
|
|
|
"version_requirement": ">= 4.0.0 < 5.0.0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|