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

Commit

Permalink
Merge https://github.com/AKQABER/chef-kibana into apache_template
Browse files Browse the repository at this point in the history
  • Loading branch information
paulczar committed Oct 22, 2013
2 parents 71393a9 + 9ae8973 commit abbed9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions attributes/apache.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
default['kibana']['apache']['template'] = 'kibana-apache.conf.erb'
default['kibana']['apache']['template_cookbook'] = 'kibana'
default['kibana']['apache']['enable_default_site'] = false
3 changes: 1 addition & 2 deletions recipes/apache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
include_recipe "apache2::mod_proxy_http"

web_app "#{node['kibana']['webserver_hostname']}-#{node['kibana']['webserver_port']}" do
cookbook "kibana"
cookbook node['kibana']['apache']['template_cookbook']
docroot node['kibana']['installdir']
server_name node['kibana']['webserver_hostname']
template node['kibana']['apache']['template']
es_server node['kibana']['es_server']
es_port node['kibana']['es_port']
Expand Down

0 comments on commit abbed9e

Please sign in to comment.