mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
80 lines
1.7 KiB
JSON
80 lines
1.7 KiB
JSON
{
|
|
"name": "puppetlabs-apache",
|
|
"version": "1.11.0",
|
|
"author": "puppetlabs",
|
|
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
|
|
"license": "Apache-2.0",
|
|
"source": "git://github.com/puppetlabs/puppetlabs-apache.git",
|
|
"project_page": "https://github.com/puppetlabs/puppetlabs-apache",
|
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
|
"dependencies": [
|
|
{"name":"puppetlabs/stdlib","version_requirement":">= 4.2.0 < 5.0.0"},
|
|
{"name":"puppetlabs/concat","version_requirement":">= 1.1.1 < 3.0.0"}
|
|
],
|
|
"data_provider": null,
|
|
"operatingsystem_support": [
|
|
{
|
|
"operatingsystem": "RedHat",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "CentOS",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "OracleLinux",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Scientific",
|
|
"operatingsystemrelease": [
|
|
"5",
|
|
"6",
|
|
"7"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Debian",
|
|
"operatingsystemrelease": [
|
|
"6",
|
|
"7",
|
|
"8"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "SLES",
|
|
"operatingsystemrelease": [
|
|
"11 SP1",
|
|
"12"
|
|
]
|
|
},
|
|
{
|
|
"operatingsystem": "Ubuntu",
|
|
"operatingsystemrelease": [
|
|
"10.04",
|
|
"12.04",
|
|
"14.04",
|
|
"16.04"
|
|
]
|
|
}
|
|
],
|
|
"requirements": [
|
|
{
|
|
"name": "puppet",
|
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
|
}
|
|
],
|
|
"description": "Module for Apache configuration"
|
|
}
|