-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmetadata.json
36 lines (36 loc) · 1.89 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
31
32
33
34
35
36
{
"name": "errbit",
"description": "Installs/Configures errbit",
"long_description": "# Description\n\nThis cookbook is designed to be able to run [Errbit](http://github.com/errbit/errbit).\nIts github is at [chef-errbit](https://github.com/millisami/chef-errbit)\n\n# Requirements\n\nDeveloped using chef 10.14.0 and it should work with higher versions. But not tested against chef 11 family.\n\nThe following Opscode cookbooks are dependencies:\n\n* mongodb\n* git\n* unicorn\n* apt\n* nginx\n\n# Usage\n\nJust to install the Errbit app, include the following in your wrapper cookbook's recipe\n\n include_recipe \"errbit\"\n\nOr include it in your run_list\n\n 'recpie[errbit]'\n\n\nLicense and Author\n==================\n\nAuthor:: [Sachin Sagar Rai](http://nepalonrails.com) [email protected]\n\nCopyright 2013\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"maintainer": "Sachin Sagar Rai",
"maintainer_email": "[email protected]",
"license": "All rights reserved",
"platforms": {
"ubuntu": ">= 0.0.0"
},
"dependencies": {
"mongodb": ">= 0.0.0",
"git": ">= 0.0.0",
"unicorn": ">= 0.0.0",
"apt": ">= 0.0.0",
"nginx": ">= 0.0.0",
"build-essential": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.4.0"
}