-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
30 lines (30 loc) · 1.01 KB
/
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
28
29
30
{
"name": "mongoctl",
"description": "Installs mongoctl and mongodb",
"long_description": "mongoctl-cookbook\n=================\n\nChef cookbook for installing mongoctl (https://github.com/mongolab/mongoctl)\n\nPrerequisite\n============\n\npip should be installed on the machine\n\nattributes\n==========\n:users => list of users and their configs, you have to specify a name, home and version are optional.\nhome will default to \"/home/:name\" and version wil be latest version install.\nDefault configuration is:\n```\ndefault[\"mongoctl\"][\"users\"] = [{\n \"name\" => \"web\",\n \"home\" => \"/home/web\",\n \"version\" => nil\n}]\n```\n\n",
"maintainer": "YOUR_COMPANY_NAME",
"maintainer_email": "YOUR_EMAIL",
"license": "MIT",
"platforms": {
},
"dependencies": {
"python": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.1.0"
}