https://github.com/hexedpackets/chef-consul
https://github.com/hexedpackets/chef-consul
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexedpackets/chef-consul
- Owner: hexedpackets
- Created: 2015-08-13T20:33:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T21:44:28.000Z (almost 11 years ago)
- Last Synced: 2025-01-21T11:45:01.533Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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]"
]
}
```