-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
41 lines (31 loc) · 2.1 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
37
38
39
40
41
{
"name": "nagios-hardening",
"description": "Installs/Configures nagios-hardening",
"long_description": "nagios-hardening Cookbook\n=========================\nTODO: Enter the cookbook description here.\n\ne.g.\nThis cookbook makes your favorite breakfast sandwich.\n\nRequirements\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#### packages\n- `toaster` - nagios-hardening needs toaster to brown your bagel.\n\nAttributes\n----------\nTODO: List your cookbook attributes here.\n\ne.g.\n#### nagios-hardening::default\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>['nagios-hardening']['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\nUsage\n-----\n#### nagios-hardening::default\nTODO: Write usage instructions for each cookbook.\n\ne.g.\nJust include `nagios-hardening` in your node's `run_list`:\n\n```json\n{\n \"name\":\"my_node\",\n \"run_list\": [\n \"recipe[nagios-hardening]\"\n ]\n}\n```\n\nContributing\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\nLicense and Authors\n-------------------\nAuthors: TODO: List authors\n",
"maintainer": "Sebastian Zengerle",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.0.0",
"source_url": "",
"issues_url": ""
}