Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix es_server typo
Browse files Browse the repository at this point in the history
This prevents es_server from getting set properly in some cases.
  • Loading branch information
mikesplain committed Jul 28, 2014
1 parent 89e6255 commit b121b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
kibana_web 'kibana' do
type node['kibana']['webserver']
docroot "#{node['kibana']['install_dir']}/current"
es_server = node['kibana']['es_server']
es_server node['kibana']['es_server']
not_if { node['kibana']['webserver'].empty? }
end

0 comments on commit b121b67

Please sign in to comment.