Skip to content

Commit

Permalink
Remove kibana4 workarounds
Browse files Browse the repository at this point in the history
- Remove the kibana.yml workaround, now that kibana works again out of the box.
  • Loading branch information
martinb3 committed May 1, 2015
1 parent 4b6f5c1 commit cc97347
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions attributes/kibana.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

default['elkstack']['kibana4_workaround'] = false

default['kibana']['web_dir'] = '/opt/kibana/current'
default['kibana']['webserver_port'] = 443
default['kibana']['webserver_scheme'] = 'https://'
Expand Down
3 changes: 0 additions & 3 deletions recipes/kibana.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
end
# end replaces 'kibana::install'

# see https://github.com/rackspace-cookbooks/elkstack/issues/103
include_recipe 'elkstack::kibana4_workarounds' if node['elkstack']['kibana4_workaround']

# include_recipe 'nginx' # so service[nginx] exists, the one from the LWRP above is not created until runtime
service 'nginx' do
action :nothing
Expand Down
24 changes: 0 additions & 24 deletions recipes/kibana4_workarounds.rb

This file was deleted.

0 comments on commit cc97347

Please sign in to comment.