Skip to content

Commit

Permalink
Merge pull request #315 from legal90/fix-webui-install
Browse files Browse the repository at this point in the history
Do not install a dedicated web UI by default
  • Loading branch information
johnbellone committed May 21, 2016
2 parents 16d83ac + fa982a7 commit 0ccc708
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 0ccc708

Please sign in to comment.