TODO: Enter the cookbook description here.
e.g. This cookbook makes your favorite breakfast sandwich.
TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc.
e.g.
- SandwichOS
- Chef 12.0 or later
toaster
- cluster-provision needs toaster to brown your bagel.
TODO: List your cookbook attributes here.
e.g.
Key | Type | Description | Default |
---|---|---|---|
['cluster-provision']['bacon'] | Boolean | whether to include bacon | true |
TODO: Write usage instructions for each cookbook.
e.g.
Just include cluster-provision
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[cluster-provision]"
]
}
Authors: TODO: List authors