-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
52 lines (40 loc) · 2.2 KB
/
metadata.json
File metadata and controls
52 lines (40 loc) · 2.2 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
{
"name": "base_config",
"description": "Installs/Configures base_config",
"long_description": "# base_config Cookbook\n\nThis cookbook configures the base installation for Pentaho Engineer Operations nodes using chef.\n\n## Requirements\n\nTODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc.\n\ne.g.\n### Platforms\n\n- CentOS 6\n\n### Chef\n\n- Chef 12.0 or later\n\n### Cookbooks\n\n- `toaster` - base_config needs toaster to brown your bagel.\n\n## Attributes\n\nTODO: List your cookbook attributes here.\n\ne.g.\n### base_config::default\n\n<table>\n <tr>\n <th>Key</th>\n <th>Type</th>\n <th>Description</th>\n <th>Default</th>\n </tr>\n <tr>\n <td><tt>['base_config']['bacon']</tt></td>\n <td>Boolean</td>\n <td>whether to include bacon</td>\n <td><tt>true</tt></td>\n </tr>\n</table>\n\n## Usage\n\n### base_config::default\n\nTODO: Write usage instructions for each cookbook.\n\ne.g.\nJust include `base_config` in your node's `run_list`:\n\n```json\n{\n \"name\":\"my_node\",\n \"run_list\": [\n \"recipe[base_config]\"\n ]\n}\n```\n\n## Contributing\n\nTODO: (optional) If this is a public cookbook, detail the process for contributing. If this is a private cookbook, remove this section.\n\ne.g.\n1. Fork the repository on Github\n2. Create a named feature branch (like `add_component_x`)\n3. Write your change\n4. Write tests for your change (if applicable)\n5. Run the tests, ensuring they all pass\n6. Submit a Pull Request using Github\n\n## License and Authors\n\nAuthors: TODO: List authors\n\n",
"maintainer": "Pentaho a Hitachi Group Company",
"maintainer_email": "chernandez@pentaho.com",
"license": "All rights reserved",
"platforms": {
},
"dependencies": {
"sudo": ">= 0.0.0",
"mysql": "~> 8.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.1.1",
"source_url": "",
"issues_url": "",
"privacy": false,
"chef_versions": [
],
"ohai_versions": [
],
"gems": [
]
}