An open API service indexing awesome lists of open source software.

https://github.com/hexedpackets/chef-consul


https://github.com/hexedpackets/chef-consul

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

consul Cookbook
===============
Chef cookbook to install and configure Consul.

Requirements
------------
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.
#### packages
- `toaster` - consul needs toaster to brown your bagel.

Attributes
----------
TODO: List your cookbook attributes here.

e.g.
#### consul::default


Key
Type
Description
Default


['consul']['bacon']
Boolean
whether to include bacon
true

Usage
-----
#### consul::default
TODO: Write usage instructions for each cookbook.

e.g.
Just include `consul` in your node's `run_list`:

```json
{
"name":"my_node",
"run_list": [
"recipe[consul]"
]
}
```