sous-chefs / consul

Development repository for the consul cookbook
https://supermarket.chef.io/cookbooks/consul
Apache License 2.0
192 stars 244 forks source link

Remove webui provider for "consul_installation" resource #396

Closed legal90 closed 7 years ago

legal90 commented 7 years ago

It was discussed in https://github.com/johnbellone/consul-cookbook/pull/358.

Starting since Consul 0.6.1 (released on January 6, 2016), there is a built-in WebUI support available. So, there is no need to deploy a standalone webui binary anymore. Instead, just install a consul agent using "consul_install" with ui config option set to true:

node.default['consul']['config']['ui'] = true

NB! This PR introduces breaking changes. It is recommended to merge it alongside with the major version bump.

codecov-io commented 7 years ago

Current coverage is 58.38% (diff: 100%)

No coverage report found for master at 8e56c2f.

Powered by Codecov. Last update 8e56c2f...c22404a

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.