forked from voxpupuli/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
29 lines (29 loc) · 1.16 KB
/
metadata.json
File metadata and controls
29 lines (29 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "mayflower-php",
"version": "2.0.2",
"author": "Mayflower",
"summary": "Puppet module to manage PHP",
"license": "MIT",
"source": "https://github.com/Mayflower/puppet-php",
"project_page": "https://github.com/Mayflower/puppet-php",
"issues_url": "https://github.com/Mayflower/puppet-php/issues",
"description": "Puppet module that aims to manage PHP on every linux distribution with sane defaults and easy, hiera-friendly configuration",
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0" },
{ "name": "puppetlabs/apt", "version_requirement": "> 0.0.0" },
{ "name": "puppetlabs/inifile", "version_requirement": ">= 1.0.0" },
{ "name": "darin/zypprepo", "version_requirement": "> 0.0.0" },
{ "name": "example42/yum", "version_requirement": "> 2.1.17" }
],
"requirements": [
{ "name": "puppet", "version_requirement": "3.x" },
{ "name": "pe", "version_requirement": "3.x" }
],
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu" },
{ "operatingsystem": "Debian" },
{ "operatingsystem": "RedHat" },
{ "operatingsystem": "CentOS" },
{ "operatingsystem": "SLES" }
]
}