forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
65 lines (58 loc) · 1.57 KB
/
Copy pathmetadata.json
File metadata and controls
65 lines (58 loc) · 1.57 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"providing": {
},
"platforms": {
"debian": [
],
"fedora": [
],
"centos": [
],
"suse": [
],
"ubuntu": [
],
"redhat": [
]
},
"description": "Installs and maintains php and php modules",
"attributes": {
},
"replacing": {
},
"dependencies": {
"apache2": [
]
},
"version": "0.9.2",
"groupings": {
},
"long_description": "",
"recommendations": {
},
"maintainer": "Opscode, Inc.",
"suggestions": {
},
"license": "Apache 2.0",
"name": "php",
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"php::php4": "Install packages for PHP version 4",
"php::module_fpdf": "Install the php-fpdf package",
"php::php5": "Install php5 packages and php.ini config file",
"php::php5-cgi": "Install the php5-cgi package",
"php": "Empty, use one of the other recipes",
"php::module_sqlite3": "Install the php5-sqlite3 package",
"php::module_ldap": "Install the php5-ldap package",
"php::module_gd": "Install the php5-gd package",
"php::module_apc": "Install the php5-apc package",
"php::module_memcache": "Install the php5-memcache package",
"php::module_mysql": "Install the php5-mysql package",
"php::module_fileinfo": "Install the php5-fileinfo package",
"php::module_curl": "Install the php5-curl package",
"php::pear": "Install the php-pear package",
"php::module_pgsql": "Install the php5-pgsql packag"
},
"conflicting": {
}
}