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 default value for `ui_dir` #360

Closed pdf closed 7 years ago

pdf commented 8 years ago

Needs to be unset for the ui flag to work as expected. The ui_dir flag overrides the embedded web UI. If set, and the web UI is not available at the specified path, the server will return 404s.

A default value in the resource means that even if the node attribute is explicitly rm'd, the config value will still be populated.

Fixes #339, refs #315

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.