Skip to content

Commit

Permalink
Do not install a dedicated web UI by default
Browse files Browse the repository at this point in the history
Being enabled in Consul 0.6.1+, config option "ui" enables a built-in Web UI, so there is no need to deploy a dedicated instance.
  • Loading branch information
legal90 committed May 19, 2016
1 parent 16d83ac commit fa982a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
notifies :reload, "consul_service[#{service_name}]", :delayed
end

consul_installation "Consul WebUI: #{node['consul']['version']}" do
provider :webui
version node['consul']['version']
options symlink_to: config.ui_dir if config.ui_dir
only_if { config.ui == true }
end

install = consul_installation node['consul']['version'] do |r|
if node['consul']['installation']
node['consul']['installation'].each_pair { |k, v| r.send(k, v) }
Expand Down

0 comments on commit fa982a7

Please sign in to comment.