add new types to manage consul and friends

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2015-02-24 13:10:17 +01:00
commit 2c7ab566e1
83 changed files with 2308 additions and 0 deletions

View file

@ -7,6 +7,20 @@ Changelog
next:
* New type __staged_file: Manage staged files
* New type __config_file: Manage configuration files and run code on change
* New type __consul: install consul
* New type __consul_agent: manage the consul agent
* New type __consul_check: manages consul checks
* New type __consul_reload: reload consul
* New type __consul_service: manages consul services
* New type __consul_template: manage the consul-template service
* New type __consul_template_template: manage consul-template templates
* New type __consul_watch_checks: manages consul checks watches
* New type __consul_watch_event: manages consul event watches
* New type __consul_watch_key: manages consul key watches
* New type __consul_watch_keyprefix: manages consul keyprefix watches
* New type __consul_watch_nodes: manages consul nodes watches
* New type __consul_watch_service: manages consul service watches
* New type __consul_watch_services: manages consul services watches
3.1.11:
* Type __start_on_boot: Support Ubuntu upstart