TODO: Enter the cookbook description here.
- Ubuntu 14.04
TODO: Include usage patterns of any providers or recipes.
Include confd
in your run_list.
{
"confd": {
"backend": "etcd",
"nodes": ["http://localhost:4001"]
},
"run_list": [
"recipe[confd::default]"
]
}
TODO: Write how you plan to test this cookbook.