forked from jippi/puppet-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
27 lines (27 loc) · 932 Bytes
/
metadata.json
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
{
"project_page": "https://github.com/jippi/puppet-php",
"source": "[email protected]:jippi/puppet-php.git",
"description": "Puppet module to manage PHP, PECL & PEAR on debian / ubuntu - easily expandable to support other platforms (FPM, Apache, CLI)",
"summary": "Puppet module to manage PHP, PECL & PEAR on debian / ubuntu - easily expandable to support other platforms. (FPM, Apache, CLI)",
"dependencies": [
{
"version_requirement": "> 0.0.0",
"name": "puppetlabs/stdlib"
},
{
"version_requirement": "> 0.0.0",
"name": "puppetlabs/apt"
}
],
"author": "jippi",
"version": "0.9.0",
"name": "nodes-php",
"license": "MIT",
"operatingsystem_support": [
{"operatingsystem": "Ubuntu", "operatingsystemrelease": [] },
{"operatingsystem": "Debian", "operatingsystemrelease": [] }
],
"requirements": [
{ "name": "puppet", "version_requirement": ">=3.2.0" }
]
}